@charset "utf-8";
/* CSS Document */
/*-------重设浏览器默认样式--------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, select, input, textarea, p, blockquote, table, th, td, hr, button {
	margin: 0;
	padding: 0;
}
body, select, input, textarea {
	color: #333;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: break-word; /*允许长单词换行到下一行*/
	word-break : normal;/*word-break: break-all;*/ /*允许在单词内换行*/
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, input, button {
	border: 0 none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto;
}
/*去掉链接虚线，针对Firefox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #b38425;
	text-decoration: underline;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}

@font-face {
	font-family: myFirstFont;
	src: url(../fonts/fzhljt.ttf);
}
@font-face{
	font-family: myFirstFont2;
	src: url(../fonts/BeachmanScript.ttf);
}
.animate-box {
	opacity: 0;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}
/*-------定义公共样式--------*/
#header, footer {
	width: 100%;
	margin: 0px auto;
}
/*---------头部文件---------*/
#header {
	height: 110px;
	position: relative;
	background: #f2f2f2 linear-gradient(#fefefe, #efefef);
	border-top:4px solid #b38425;
}
#header .top-wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#header img {
	vertical-align: middle;
}
#header .logo {
	float: left;
	display: inline;
	margin: 10px 0 9px 10px;
}
#header h1 {
	font-size:38px;
	height:82px;
	line-height:82px;
	float: left;
	display: inline;
	margin: 10px 0 0 16px;
	font-weight: normal;
	background: url(../images/top-line.png) no-repeat left;
	padding-left:10px;
	font-family: myFirstFont;
	color:#dab05a;
}
#header .item {
	width: 151px;
	height: 20px;
	text-align: center;
	float: right;
	display: inline;
	color: #FFF;
	background-image: url(../images/banben.png);
}
#header .item a {
	font-size:1.2em;
	color: #FFFFFF;
}
#header .item span {
	padding: 0 8px;
}
#header .tel {
	float: right;
	display: inline;
	font-size: 14px;
	padding-left: 50px;
	color: #b58425;
	margin: 30px 20px 0 0;
	background: url(../images/tel.png) no-repeat left 5px;
}
#header .tel span {
	color: #d9b15c;
	font-size: 22px;
}
/*------------菜单-----------*/
#menu {
	width: 100%;
	height: 46px;
	line-height:44px;
	background:url(../images/menu-bg.png) repeat-x;
}
nav.menu {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
nav.menu ul {
	clear: both;
}
nav.menu ul li {
	width: 140px;
	/*height: 62px;
	line-height: 60px;*/
	float: left;
	display: inline;
	text-align: center;
}
nav.menu > ul a {
	color: #fff;
	font-size: 1.6em;
	display: block;
}
nav.menu > ul a:hover {
	text-decoration: none;
}
nav.menu #navBd {
	position: relative;
}
nav.menu .navHover a {
	display: inline-block;
	color: #fff;
}
nav.menu #navSelected {
	position: absolute;
	top: 0;
	width: 140px;
	height:100%;
	background-color: rgba(179, 132, 37, 0.68);
}
/*---------搜索-----------*/
nav.menu form {
	height: 30px;
	line-height:30px;
	width: 210px;
	position: absolute;
	right: 0;
	top: 7px;
}
nav.menu form input[type="text"] {
	border: 1px solid #865914;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	height: 28px;
	line-height: 28px;
	padding-left: 6px;
	font-size: 1.4em;
	width: 202px;
	color:#402602;
	background:#EFE9CF;
}
nav.menu form input[type="text"]:focus {
	border-color: #BF9143;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(191, 145, 67, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(191, 145, 67, .6);
}
nav.menu form input[type="submit"] {
	width: 24px;
	height: 24px;
	background: url(../images/search_bg.png) no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 2px;
}
/*-------------------*/

main>.wrapper {
	width: 1200px;
	margin: 0 auto;
	height: auto !important;
	overflow: hidden;
}

/*----侧边栏------*/
aside {
	float: left;
	display: inline;
	width: 24%;
	height: auto !important;
	overflow: hidden;
}
aside form {
	height: 32px;
	width: 92%;
	margin: 0 auto;
	position: relative;
}
aside form input[type="text"] {
	width: 98%;
	border: 1px solid #e5e3da;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	height: 30px;
	line-height: 30px;
	font-size: 1.3em;
	padding-left: 5px;
}
aside form input[type="text"]:focus {
	border-color: #65361d;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150,133,91, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150,133,91, .6);
}
aside form input[type="submit"] {
	width: 20px;
	height: 20px;
	background: url(../images/search_bg.png) no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 6px;
}
aside .pro-list {
	border:1px solid #b48f12;
	border-radius: 5px;
	overflow: hidden;
	margin: 15px 12px 20px 0;
/*	background: #f7f7f7;
*/}
aside figcaption {
	height: 50px;
	margin-bottom: 10px;
	background:#c9a762;
}
aside figcaption h3 {
	color: #fff;
	font-size: 2.4em;
	font-weight: normal;
	padding: 10px 0 5px 15px;
}
aside figcaption h4 {
	font-weight: normal;
	font-size: 30px;
	color:#fff;
	/*color: #96855b;*/
	font-family: myFirstFont2;
	padding: 0px 0 0 15px;
}
/*-----产品侧边栏-----*/
.subNav {
	border-bottom: solid 1px #b48f12;
	cursor: pointer;
	line-height: 30px;
	padding: 5px 0 5px 15px;
	position: relative;
	color: #b48f12;
}
.subNav span {
	font-size: 1.6em;
	padding-left: 15px;
}
.subNav>a {
	color: #b48f12;
}
.subNav a.acur, .subNav a:hover {
	text-decoration: none;
	color: #A20F19;
}
.currentDd {
	color: #333;
}
.currentDt {
	color: #A20F19;
}
.accordion>ul {
	display: none;
}
.accordion .subNav i {
	position: absolute;
	top: 15px;
	font-size: 12px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.currentDt i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion>ul>li a {
	display: block;
	font-size: 1.4em;
	padding: 9px 0 9px 36px;
	word-break: break-all;
	color: #969595;
	background: url(../images/icon-03.gif) no-repeat 18px 14px;
	border-bottom: 1px solid #e8e8e8;
}
.accordion>ul>li a:hover, .accordion>ul>li a.hover2 {
	text-decoration: none;
	color: #4c4a4a;
}
/*----左侧联系我们----*/
aside .contact {
	height: auto !important;
	overflow: hidden;
	border:1px solid #b48f12;
/*	box-shadow: 0px 3px 3px #ddd, 0 0 2px #ddd;
*/	border-radius: 5px;
	margin: 0px 12px 18px 0;
}
aside .contact figcaption {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
aside .contact .info {
	font-size: 1.4em;
	line-height: 28px;
	padding: 0 12px 20px;
}
aside .contact .info a {
	color: #333;
}
aside .contact .info a:hover {
	color: #8e5325;
	text-decoration: underline;
}
aside .contact .info h3 {
	color: #8e5325;
	font-weight: normal;
	margin-bottom: 5px;
}
aside .contact .info i {
	padding-right: 5px;
	color: #b38425;
}
.info i.fa-user, .info i.fa-phone, .info i.fa-fax, .info i.fa-envelope, .info i.fa-envelope, .info i.fa-globe {
	font-size: 1.2em;
}
.info i.fa-map-marker {
	font-size: 1.5em;
}
.info i.fa-mobile {
	font-size: 1.8em;
}
aside .contact .info img {
	vertical-align: middle;
}
/*-----右侧内容----*/
#content {
	float: left;
	display: inline;
	width: 76%;
	height: auto !important;
	overflow: hidden;
}
#content .site-nav {
	font-size: 24px;
	font-weight: 200;
	color: #b38425;
	padding: 12px 0 6px 12px;
	margin: 0 10px;
	background:url(../images/title-line.jpg) no-repeat left bottom;
}
#content .site-nav span {
	font-size: 13px;
	float: right;
	display: inline;
	padding: 6px 10px 0 0;
	color: #666;
}
/*-----底部-----*/
footer {
	font-size: 1.4em;
	color: #fff;
	background:#c9a762;
	height: auto !important;
	overflow: hidden;
}
footer a {
	color: #d9d6d6;
	padding: 0px 2px;
}
footer a:hover {
	color: #d9d6d6;
}
footer strong {
	font-weight: normal;
}
footer address {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0px;
}
footer address .scan {
	width:160px;
	float: left;
	text-align: center;
}
footer address .scan img {
	margin-top: 10px;
	vertical-align: middle;
	max-width: 100%;
}
footer address .scan p {
	color: #fff;
}
footer .copyright {
	width: 850px;
	height: auto !important;
	float: left;
	display: inline;
	line-height: 30px;
	margin: 10px 0px 0px 10px;
}
footer address span {
	padding-right: 10px;
}
footer .copyright a {
	color: #fff;
	text-align: center;
}
/*-------分页--------*/
#content .page {
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
}
#content .page a, #content .page span {
	padding: 4px 8px;
	border: 1px solid #555;
}
#content .page span {
	margin: 0 6px;
}
#content .page a:hover {
	background: #E5E5E5;
	text-decoration: none;
}
/*-----分页样式-----*/
nav.pagelist {
	clear: both;
	text-align: center;
	font-size: 14px;
	padding: 5px 0px 22px 0px;
}
nav.pagelist a {
	border: #b48f12 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #b48f12;
}
nav.pagelist a:hover {
	color: #fff;
	background: #b48f12;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #b48f12 1px solid;
	background-color: #b48f12;
	margin-right: 6px;
	padding: 4px 7px;
	color: #fff;
}
nav.pagelist span.disabled {
	border: #ccc 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #3C3C3C;
}
/*--------上下翻页------------*/
#content .prevnext {
	margin: 0px 20px 30px 20px;
	clear: both;
	font-size: 14px;
	padding: 10px 17px 5px 17px;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	border-top: 1px dotted #959595;
}
#content .prevnext .previous {
	width: 50%;
	float: left;
	text-align: left;
}
#content .prevnext .next {
	width: 50%;
	float: right;
	text-align: right;
}
.nothing {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
/*----回到顶部---*/
#back-to-top {
	position: fixed;
	bottom: 302px;
	right: 0px;
	width: 66px;
	height: 66px;
	display: none;
	overflow: hidden;
	z-index: 11;
}
#back-to-top a {
	position: absolute;
	z-index: 11;
	background: #999 url(../images/icontop.png) no-repeat scroll left top;
	display: block;
	padding-top: 66px;
	padding-left: 66px;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: .4;
}