﻿@charset "utf-8";
/* CSS Document */
/*******************all***********************/
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,form,textarea,input,button,table,th,td,p,img ,em,dl,dt,dd{padding:0px; margin:0px; border:none;}
textarea,input{padding:0px; margin:0px; border:0px; outline:none;}  /*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
body { font-size:12px; margin:0px auto;}
ul,ol { list-style: none; } 
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; } 
h3,h3 a { font-size:22px;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none;}
a{text-decoration: none;color: #000; blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } 
/*去掉链接虚线*/
a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
img { border:none;}
.clear {clear:both; width:100%; height:0px; overflow:hidden;}
em{ font-style:normal;}
/*————————————————————————————————以上为reset————————————————————————————————*/
body,body a { font-family: "微软雅黑";}
.f_r { float:right;}
.f_l { float:left;}

.bottompicbg{
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	z-index:1000;
	background-color: #7E6755;
	height: 85px;
}
.bottompicbg .bottompic{
	width:1180px;
	height:85px;
	margin:0 auto;
}

/*———————————————————————————————顶部————————————————————————————————*/
#header_bg {width:100%; height:160px; background: #fff }
#top,#header,.nav,#product,#ad1,#advan_txt,#advan,#case,#honor_customer,#about,.w1180,#links,#footer{width:1180px; margin:0 auto; clear:both; overflow:hidden;}
#top,#top a {font-size:12px; color:#000000;}
#top {height:40px; line-height:40px; margin-bottom:35px;}
#top span {float:left; display:block;}
#top .top_ul{width:280px; height:38px; line-height:38px; float:right;}
#top .top_ul a{ margin:0px 6px;}
/*———————————————————————————————头部————————————————————————————————*/
#header a { width:260px; height:76px; float:left; background:url(../images/line.jpg) no-repeat right top;}
#header .txt1 { font-size:20px; color:#1e1c1d; padding:10px 0px 0px 20px; line-height:28px; float:left; font-weight:bold;}
#header .txt1 span{color:#1e1c1d;}
#header .tel1 { float:right; font-size:16px; font-weight:bold; background:url(../images/tel_ico.png) no-repeat 0px 5px; padding-left:55px; margin-top:10px; font-weight:bold;}
#header .tel1 span {color:#1e1c1d; font-size:26px;}
/*———————————————————————————————导航————————————————————————————————*/
.nav_bg {width:100%; height:52px; line-height:52px; clear:both; background-color:#7E6755; margin-top:0px; }
.nav li {float:left; width:97px; padding-right:12px; font-size:16px; color:#f00; text-align:center;}
.nav .last {padding-right:0px;}
.nav li a {height:52px; line-height:52px; text-align:center; display:block; color:#fff; padding:0px 16px;}
.nav li a:hover { background-color:#cccccc;}
/*————————————————————————————————banner————————————————————————————————*/
#banner { width:100%; height:546px; position:relative; clear:both; background:url(../images/banner_bg.jpg) no-repeat center bottom; }
#banner .flexslider{height:546px; position:relative; background:url(../images/loading.gif) 50% no-repeat;}
#banner .slides{position:relative; z-index:1; height:546px; overflow:hidden;}
#banner .slides li{height:546px;}
#banner .slides li a{ display:block;}
#banner .flex-control-nav{ position:absolute; bottom:10px; z-index:999; width:100%; text-align:center;}
#banner .flex-control-nav li{display:inline-block; width:14px; height:14px; margin:0px 5px; *display:inline; zoom:1;}
#banner .flex-control-nav a{display:inline-block; width:14px; height:14px; line-height:40px; overflow:hidden; background:#7E6755; cursor:pointer;}
#banner .flex-control-nav .flex-active{background:#cccccc; background-position:0 0;}
/*————————————————————————————————搜索————————————————————————————————*/
#search_bg { width:100%; height:53px; line-height:53px; background:#fff ; overflow:hidden;}
#search { width:1180px; margin:0 auto;}
.product_key { float:left; height:53px; line-height:53px;}
.product_key ul { float:left;}
.product_key ul li { float:left; margin:0px 6px; color:#d1d1d1;}
.product_key ul li a { /*color:#666;*/ color:#999;}
.product_key ul li a:hover { color:#ff922f;}
.product_key span { float:left; font-weight:bold; font-size:14px; color:#666;}
#search form {width: 380px; height: 34px; float:left; margin-top:8px; margin-left:20px;}
#search form input { width:260px; padding-left:10px; height:34px; float:left; background:#ebebeb; color:#666;}
#search form .button { width:100px; height:34px; line-height:34px; text-align:center; background:#7E6755; float:left; color:#FFF; font-family:"微软雅黑"; font-size:15px;}
/*————————————————————————————————友情链接————————————————————————————————*/
#links_bg {
	width:100%;
	height:50px;
	line-height:50px;
	background-color:#121212;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1e1c17;
}
#links h3 { float:left; font-size:16px; font-weight:bold; color:#797979;}
#links ul {}
#links ul li { float:left; margin:0 5px;}
#links ul li a { float:left; color:#797979;}
/*————————————————————————————————底部————————————————————————————————*/
#bottom_bg {
	width:100%;
	height:269px;
	background:url(../images/bottom_bg.jpg) no-repeat center;
	margin-bottom: 25px;
}
#bottom { width:1180px; margin:0 auto; color:#d1d1d1; line-height:30px; padding-top:18px;}
#bottom .bj { width:60px; height:18px; background-color:#7E6755; float:left; margin-left:10px; margin-top:5px;}
#bottom a {color:#d1d1d1;}
#bottom ul { width:180px; float:left; border-right:#202020 1px solid; margin-right:30px;}
#bottom ul li { width:90px; float:left;}
#bottom .txt { width:690px; float:left;  }
#bottom dl { float:right; width:250px;}
#bottom dt { float:left; margin-right:6px; margin-top:10px;}
#bottom dd { padding-top:105px; line-height:20px;}
