/* Main CSS Document */
/* Main CSS Document */
@charset "utf8";
/* reset */
* {
	margin: 0;
	padding: 0;
	/*-webkit-user-select: none;*/
	/*-webkit-tap-highlight-color: rgba(255,255,255,0);*/
}
html, body {	
	-webkit-text-size-adjust: none;	
	font-family: "微软雅黑","\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	outline: 0;
	-webkit-text-size-adjust: none;/* Chrome 浏览器中设置小于 12px 的字体 */
	-webkit-touch-callout: none;/* 防止用户复制和保存图片 */
	-webkit-tap-highlight-color: rgba(0,0,0,.5);
	color: #373737;
	background:#FFF;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
a {
	color: #373737;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	clear: both;
	font-size: 18px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(4px);
	/* Chrome, Opera */
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
 filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
/* IE6~IE9 */
}
input, textarea, button {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-user-select: text;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing : border-box;
	-ms-box-sizing : border-box;
	-o-box-sizing : border-box;
	box-sizing : border-box;
	overflow-y: auto;
	/*resize: vertical;*/
	resize: none;
}
/*全局样式*/
.l {
	float: left;
}
.r {
	float: right;
}
/*清楚浮动*/
.clearfix {
	zoom: 1;
} /*ie浏览器 */
/*.clearfix:after{content:' ';display:block;clear:both;height:0;visibility:hidden;} .标准浏览器*/
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
/*.标准浏览器*/
/*窗体大小*/
.w-640 {
	min-width: 320px;
    max-width: 640px;
}
.mauto {
	margin: 0 auto;
}
/* 内页分页样式  */
.starpage{ margin: 5% auto 0; height: 30px; text-align:center; overflow:hidden;}
.starpage ul li{ line-height: 24px; padding: 0 6px; margin-left: 5px; display:inline-block; border:1px solid #DDD;}
.starpage a{display: block;width: 100%;}
.starpage ul li.thisclass{width: 26px; padding: 0;}
.starpage ul li.thisclass > * {
	color:red; 
}

/* 内页分页样式  */
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/ 
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
	-webkit-transform: translateZ(0);
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
	-webkit-transform: translateZ(0);
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft));
}
/*滚动Banner*/
.bd-gdimg2 {
	margin:0 auto;
	width:90%;
	min-width:280px;
	text-align:center;
	position:relative;
}
.bd-gdimg2 .bd {
	z-index:1;
	position:relative;
}
.bd-gdimg2 .bd ul {
}
.bd-gdimg2 .bd ul li {
        margin-top: 10px;
	width:50%;
	display:inline-block;
	float:left;
}
.bd-gdimg2 .bd ul li a {
	margin:0 auto;
	width:95%;
	display:block;
}
.bd-gdimg2 .bd ul li a p {
	width:99%;
	border:1px solid #DDD;
}
.bd-gdimg2 .bd ul li a img {
	max-width:100%;
	min-width:100%;
	width:100% !important;
}
.bd-gdimg2 .bd ul li a h3 {
	font-size:14px;
	height:30px;
	line-height:30px;
	display:block;
	color:#727171;
	white-space:nowrap;	
	text-overflow: ellipsis;/* IE/Safari */	
	-ms-text-overflow: ellipsis;	
	-o-text-overflow: ellipsis;/* Opera */	
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
	overflow:hidden;
}
.bd-gdimg2 .hd {
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
}
.bd-gdimg2 .hd ul {
	display:none;
}
.bd-gdimg2 .prev, .bd-gdimg2 .next {
	top:50%;
	width:25px;
	height:34px;
	line-height:34px;
	color: #979797;
	font-family:"宋体";
    display: inline-block;
    zoom: 1;
    margin: -27px 0 0;
    font-size: 26px;
	font-weight:normal;
	position:absolute;
}
.bd-gdimg2 .prev {
	left:-5%;
}
.bd-gdimg2 .next {
	right:-5%;
}
/*当前位置*/
.bd-position {
	padding:5px;
	background:#DCDCDC;
}
.bd-position .home {
	margin-right:5px;
}
.bd-adress {
	line-height:36px;
	text-indent:10px;
	background:#F0F0F0;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
/*搜索框*/
.bd-search {
	margin:10px auto;
	width:90%;
	min-width:280px;
	-moz-border-radius:6px;	
	-webkit-border-radius:6px;	
	border-radius:6px;
	border:2px solid #CD9B42;
	position:relative;
}
.bd-search input[type="text"] {
	width:85%;
	height:35px;
	line-height:35px;
	text-indent:10px;
	border:none;
	outline:0 none;
	background:transparent !important;
}
.bd-search input[type="submit"] {
	right:0;
	top:0;
	width:15%;
	height:35px;
	line-height:35px;
	text-indent:-9999px;
	border:none;
	outline:0 none;
	background: url(/images/search_btn.jpg) no-repeat center center #CD9B42;
	position:absolute;
}
/* 留言 */
.bd-liuyan {
}
.bd-arimgboxs .til, .bd-news .til, .bd-liuyan .til {
	line-height:55px;
	border-bottom:2px solid #DDD;
	background:#EEE;
}
.bd-arimgboxs .til h3, .bd-news .til h3, .bd-liuyan .til h3 {
	margin:0 auto;
	width:90%;
	min-width:280px;
	display:block;
	background:url(/images/liuyan_ico.jpg) no-repeat right center;
}
.bd-liuyan .con {
	margin:0 auto;
	width:90%;
	min-width:280px;
	line-height:32px;
	font-size:14px;
}
.bd-liuyan .con td {
	padding:5px 0;
}
.bd-liuyan .con input[type="text"],.bd-liuyan .con textarea {
	width:100%;
	outline:0 none;
	-moz-border-radius:6px;	
	-webkit-border-radius:6px;	
	border-radius:6px;
	border:1px solid #DDD;
}
.bd-liuyan .con input[type="text"] {
	height:32px;
}
.bd-liuyan .con input[type="submit"] {
	width:100%;
	height:35px;
	line-height:35px;
	font-size:16px;
	border:none;
	outline:0 none;
	-moz-border-radius:6px;	
	-webkit-border-radius:6px;	
	border-radius:6px;
	color:#FFF;
	background:#1758A4;
}
/* 相关咨询 */
.bd-news {
	background:#F9F9F9;
}
.bd-news .til h3 {
	background:none;
}
.bd-news .con {
}
.bd-news .con ul {
}
.bd-news .con ul li {
	padding:0 20px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #DDD;
	white-space:nowrap;
	text-overflow: ellipsis;/* IE/Safari */	
	-ms-text-overflow: ellipsis;	
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
	display:block;
	overflow:hidden;
}
/* 产品内页商品推荐 */
.bd-arimgboxs {
}
.bd-arimgboxs .til h3 {
	background:none;
}
/* 上、下一页 */
.bd-pages {
	margin:30px auto 0;
	width:70%;
	min-width:180px;
	text-align:center;
}
.bd-pages a {
	padding:0 10px;
	line-height:28px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#FFF;
	background:#CD9B42;
}
.bd-pages select {
	width:30% !important;
	height:26px;
	line-height:26px;
	display:inline-block;
}
/*底部*/
.ft-boxs {
	margin-bottom:9rem;
    padding-top: 1.5rem;
}
.ft-tel {
	line-height:55px;
	border-bottom:2px solid #DDD;
	background:#EEE;
}
.ft-tel >div {
	margin:0 auto;
	width:90%;
	min-width:280px;
}
.ft-tel >div * {
	font-size:16px;
}
.ft-tools {
	padding-top:15px;
	background:#F9F9F9;
}
.ft-tools ul {
	margin-bottom:10px;
	text-align:center;
}
.ft-tools ul li {
	width:30%;
	line-height:35px;
	font-size:1.2rem;
	display:inline-block;
	position:relative;
}
.ft-tools ul li .bdsharebuttonbox {
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
}
.ft-tools ul li .bdsharebuttonbox a {
	left:0;
	top:0;
	width:100%;
	height:100%;
	width:100% !important;
	height:100% !important;
	margin:0 !important;
	position:absolute !important;
	background:none !important;
	_background:none !important;
}
.bdshare_popup_box {
	display:none !important;
}
.ft-tools ul li a {
}
.ft-tools ul li img {
	width:90%;
	max-width:140px;
	min-width:100px;
}
.ft-top {
	line-height:40px;
	font-size:18px;
	text-align:center;
	display:block;
	color:#666;
	background:#EDEDED;
}
.ft-powerby {
	display:block;
	line-height:35px;
	text-align:center;
}
.g_fnva{ position:fixed; z-index:100; bottom:0; width:100%;max-width:640px;min-width:320px; background:#CD9B42}
.m-f01 li{position: relative; float:left; font-size:1.2rem; width:25%; text-align:center; color: #fff;border-right: 1px solid #9e7831;border-left: 1px solid #dba644;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.m-f01 li:nth-child(4){background: none; border-right: none}

.m-f01 a{ color:#fff; line-height: 2rem; display:block;text-align:center;font-size: 1.2rem;position: relative}
.m-f01 div{position: absolute;left:0;bottom: 7rem; width: 100%;background:#CD9B42;border-radius: 0.3rem; padding:10px}
.m-f01 div a{display: block;height: 3.4rem;line-height: 3.4rem;overflow: hidden;text-align: center;color: #fff;border-bottom: 1px dashed #DBA644}
.m-f01 div a:last-child{border-bottom: none;}
.m-f01 div:before{content: "";position: absolute;border-left: 0.4rem solid transparent;border-right: 0.4rem solid transparent;border-top: 0.4rem solid #CD9B42;bottom: -0.4rem; content: "";left: 50%;margin-left: -0.4rem; position: absolute}

.g_fnva li em{ display:block; width:45%; margin:0 auto; padding-top: 0.6rem}
.g_fnva li em img{ display:block; width:100%}

@media screen and (max-width: 450px){
.ft-boxs {
	margin-bottom:7rem;
}
}