/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:12px;
	line-height:24px;
	font-family:"微软雅黑";
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*overflow-x: hidden;*/}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* #Basic Styles
================================================== */
body {
    font-family:"΢ź";
    font-size:14px;
    line-height:24px;
	color: white;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
html {
	background: #FFFFFF;
/*overflow-x: hidden;*/ }
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #32272f;
	font-family: "΢ź";
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #333333;
}
h1 {
	font-size: 48px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	margin-bottom:10px;
}
h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	margin-bottom: 10px;
}
h6 {
	font-size: 11px;
	margin-bottom: 10px;
}
.subheader {
	color: #32272f;
}
p {
	line-height:24px;
	font-size:12px;
	color:white;
	margin: 0 0 15px 0;
	
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #32272f;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 14px;
	line-height: 24px;
	color: #cdcdcd;
	font-style: italic;
}
blockquote {
	margin: 0 0 0px;
	padding: 0;
	border-right: 1px solid #796172;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #cdcdcd;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #cdcdcd;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
	
/* Text Selection */

::selection {
background: #ffd600;
color: #32272f; /* Safari */
}
::-moz-selection {
background: #ffd600;
color: #32272f; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
	color: 333333;
	text-decoration: none;
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
}
ul.tabs li {
	width: auto;
	height: 18px;
	padding: 0 20px 0 0px;
	float: left;
	margin-bottom: 0;
	
}
ul.tabs li a {
	text-decoration: none;
	width: auto;
	height: 18px;
	padding: 0px 15px 0 0px;
	border-right:1px solid #796172;
	line-height: 30px;
	margin: 0;
	color:#ffd600;
	font-size: 16px;
}
ul.tabs1 li a {
	color:32272f;
}
ul.tabs li a.active {
	height: 30px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	margin: 0 0 0 0px;
	color: #fff;/*-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;*/
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs-content {
	margin: 0;
	display: block;
	color:#efefef;
}
ul.tabs-content > li {
	display:none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* #Forms
================================================== */

/* General Forms */

form {
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 20px;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
 
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #bbb;
	color: #555;
}
textarea {
	min-height: 100px;
}
select {
	width: 220px;
}
/* Header Responsive Menu Form Style */
	
.header form {
	margin-bottom: 15px;
}
.header select {
	-webkit-appearance: none;
	padding: 10px;
	outline: none;
	border:none;
	overflow: hidden;
	font: 12px "΢ź";
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	background:#fff url('../images/navselect.gif') no-repeat right center;
}
.header option {
	outline: none;
	border: 0;
	overflow: hidden;
	font: 12px  "΢ź";
	color: #32272f;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}



.foot{background:#32272f; width:100%px; margin:0 auto; padding:10px 5px; overflow:hidden; font-family:"微软雅黑";}
.foot1{  float: left; margin:0 0 0 10px;}
.menu-foot{ width:95px;  }
.menu-foot ul {list-style: none; }
.menu-foot ul li { width:95px; line-height:20px; height:20px; color:#646464;text-align: center;font-size:12px;   color: #646464 ;    }
.menu-foot ul li a {display:block;height:20px;line-height:20px;  font-size:12px;   color: #646464 ; margin:5px; text-align: center;font-family:"微软雅黑"; }
.menu-foot ul li a:hover { display:block;height:20px; line-height:20px; color:#fff000; border:#FFFF00 1px solid; }
.menu-foot ul li.wz { font-family:"微软雅黑"; color:#d7ae0a; font-weight:bold; font-size:14px; background:url(../images/breadcrumbsLines1.png) left no-repeat; text-align:center;  border:#4c4c4c 1px solid; height:24px; border-width: 0 0 1px 0;}
.menu-foot ul li.wz a { font-family:"微软雅黑"; color:#d7ae0a; font-weight:bold; font-size:14px; background:url(../images/breadcrumbsLines1.png) left no-repeat; text-align:center;}
.menu-foot ul li.wz a:hover {  color:#ffe100; }



.about-left{ width:231px; height:400px; background:url(../images/about_01.jpg) top left; float:left;font-family: "微软雅黑"; }
.about-right{ width:671px;  float:right; }

.about-list{ width:231px;  }
.about-list ul {list-style: none; }
.about-list ul li { width:231px; line-height:25px; height:25px; color:#88857c;text-align: left;font-size:14px;       }
.about-list ul li a {display:block;height:25px;line-height:25px;  font-size:14px;   color: #88857c ; margin:5px;padding-left:40px; font-family:"微软雅黑"; background:url(../images/anniu11.jpg) left no-repeat  ;}
.about-list ul li a:hover { display:block;height:25px; line-height:25px; color:#100c00; background: #FFCC00; }

.about-list ul .hover a {display:block;height:25px; line-height:25px; color:#100c00; background: #FFCC00; }


.news-left{ width:290px; float: left; margin:0 auto; }
.news-left-wenzi{ width:158; height:32px; line-height:32px; display:block; margin-left:50px;   }
.news-left-wenzi a{ display:block; width:120; height:32px; line-height:32px; background:url(../images/news4.jpg) left center no-repeat; color:#FFFFFF; padding-left:38px; font-size:18px; font-weight: bold; font-family:"微软雅黑";  }
.news-left-wenzi a:hover{ display:block; width:158; height:32px; line-height:32px;   background:url(../images/news4-1.jpg) left center no-repeat; color:#FFFFFF }
.news-c{ width:290px; float: left ; margin:0 20px 20px 0;}
.news-c1{ width:290px; float: right;margin:0 0 20px 0;}



.left-product{ width:95px; margin:10px 0 0 40px;  }
.left-product ul {list-style: none; }
.left-product ul li { width:95px; line-height:20px; height:20px; color:#646464;text-align: left;font-size:12px;   color: #646464 ; background:url(../images/product5.png) left no-repeat;    }
.left-product ul li a {display:block;height:20px;line-height:20px;  font-size:12px;   color: #646464 ; margin:5px; text-align: left;font-family:"微软雅黑"; padding-left:10px; }
.left-product ul li a:hover { display:block;height:20px; line-height:20px; color:#ff5400;  }
.left-product ul li.wz { font-family:"微软雅黑"; color:#000000; font-weight:bold; font-size:14px;  text-align: left; line-height:24px;   height:24px; }
.left-product ul li.wz a { font-family:"微软雅黑"; color:#000000; font-weight:bold; font-size:14px; line-height:24px;   height:24px; text-align:left;}
.left-product ul li.wz a:hover {  color:#ff8400;line-height:24px;   height:24px; }


.left-product1{ width:748px; overflow:hidden; }
.left-product1 ul {list-style: none; }
.left-product1 ul li { float:left; width:186px;  height:266px; color:#181818;text-align:left;font-size:12px;   }
.left-product1 ul li a {display:block; border:#CCCCCC 1PX solid ; border-bottom:0; border-left:0; color:#181818; font-family:"微软雅黑" Arial, Helvetica, sans-serif  ; font-size:14px; }
.left-product1 ul li a:hover { display:block;  color:#ff5400; border:#FFCC00 3px solid;   }
.left-product1 ul li.wz { font-family:"微软雅黑"; color:#000000; font-weight:bold; font-size:14px;  text-align: left; line-height:24px;   height:24px; }
.left-product1 ul li.wz a { font-family:"微软雅黑"; color:#000000; font-weight:bold; font-size:14px; line-height:24px;   height:24px; text-align:left;}
.left-product1 ul li.wz a:hover {  color:#ff5a00;line-height:24px;   height:24px; }


/*导航*/
#menu{
	height:38px;
	width:901px;
	margin:0 auto;
	background:url(../images/menu_bg11.jpg) top repeat-x;
	padding:0px 10px 0px 0px;
}
#menu li.menu_ge{
	width:2px;
	height:36px;
	float:left;
	background:url(../images/menu_ge.jpg) no-repeat;
}
#menu li.menu_off{
	width:110px;
	height:38px;
	float:left;
}
#menu li.menu_off a{
	width:110px;
	height:38px;
	font:normal 16px/38px "微软雅黑","宋体";
	color:#444444;
	float:left;
	text-align:center;
}
#menu li.menu_on{
	width:110px;
	height:38px;
	float:left;
}
#menu li.menu_on a,#menu li.menu_off a.hover,#menu li.menu_off a:hover{
	background:url(../images/menu_on.jpg) center no-repeat;
	text-decoration:none;
	width:110px;
	height:30px;
	font:normal 16px/30px "微软雅黑","宋体";
	color:#FF9900;
	float:left;
	text-align:center;
	padding:8px 0px 0px 0px;
}
.sub_menu,.sub_menu1,.sub_menu2{
	display:none;
}
#menu li.menu_on div.sub_menu{
	padding:8px 0px 0px 0px;
	background:url(../images/submenu_top.jpg) top left no-repeat #fff;
	position:absolute;
	margin:38px 0px 0px 5px;
	*margin:0px 0px 0px 5px;
	_margin:0px 0px 0px 5px;
	display:block;
	border:#000000 0px solid;
	border-top:none;
	clear:both;
	overflow:hidden;
	width:423px;
	_width:433px;
	_height:145px;
}
#menu li.menu_on div.sub_menu1{
	padding:5px 0px 0px 0px;
	background:url(../images/submenu_top.jpg) top left no-repeat #fff;
	position:absolute;
	margin:38px 0px 0px 5px;
	*margin:0px 0px 0px 5px;
	_margin:0px 0px 0px 5px;
	display:block;
	border:#000000 0px solid;
	border-top:none;
	clear:both;
	overflow:hidden;
	width:513px;
	_width:523px;
	_height:145px;
}
#menu li.menu_on div.sub_menu2{
	padding:5px 0px 0px 0px;
	background:url(../images/submenu_top.jpg) top left no-repeat #fff;
	position:absolute;
	margin:38px 0px 0px 5px;
	*margin:0px 0px 0px 5px;
	_margin:0px 0px 0px 5px;
	display:block;
	border:#000000 0px solid;
	border-top:none;
	clear:both;
	overflow:hidden;
	width:318px;
	_width:328px;
	_height:145px;
}
#menu dl.left{
	overflow:hidden;
	float:left;
	margin:0px 10px;
	_margin:0px 5px;
	padding:4px 0px 0px 0px;
}
#menu dl.left dt{
	width:95px;
	overflow:hidden;
	float:left;
	margin:0px 10px 0px 0px;
}
#menu dl.left a{
	height:24px;
	font:normal 12px/24px "微软雅黑","宋体";
	background:url(../images/submenu_ico.jpg) left 7px no-repeat;
	color:#333;
	margin:2px 0px;
	text-align:left;
	padding:0px 0px 0px 10px;
	overflow:hidden;
}
#menu dl.left a:hover{
	background:#000000;
	color:#fff;
}
#menu dl.right{
	width:183px;
	height:133px;
	overflow:hidden;
	float:right;
	padding:10px 10px 10px 0px;
	_padding:5px 10px 0px 0px;
}
#menu dl.left dt.large{
	width:140px;
	overflow:hidden;
	float:left;
	margin:0px 10px 0px 0px;
}
#menu dl.left dt.large a{
	width:140px;
	height:24px;
	display:block;
}
#menu li.search{
	width:275px;
	height:24px;
	float:right;
	padding:7px 0px;
	overflow:hidden;
}
#menu li.search dl.text{
	width:235px;
	height:24px;
	background:url(../images/search_input.jpg) left top no-repeat;
	padding:0px 0px 0px 15px;
	float:left;
}
#menu li.search dl.text input{
	width:235px;
	overflow:hidden;
	height:14px;
	border:none;
	background:transparent;
	padding:6px 0px;
	line-height:14px;
	color:#f4b0b1;
}
#menu li.search dl.btn{
	width:25px;
	height:24px;
	float:left;
}
/*导航*/


.xuxunjia{ width:128px; height:28px; display:block; background:#FF6600; margin-left:20px; margin-top:20px;border:#FF9900 1px solid;}
.xuxunjia a{ width:128px; height:28px; display:block; font-family: "微软雅黑"; font-size:18px; font-weight:bold; text-align: center; line-height:28px; border:#FF9900 1px solid;}
.xuxunjia a:hover{ background:#FFFF00; color:#ff5a00;}

.page{float:left; width:70px; height:33px; line-height:33px;  text-align:center; color:#999999; font-size:14px;}
.page a{float:left; width:70px; height:33px; line-height:33px; border:#999999 1px solid; text-align:center ;color:#999999;}
.page a:hover{float:left; width:70px; height:33px; line-height:33px; border:#FF6600 1px solid; text-align:center;color: #FF6600;}

.wz1{float:left;  height:33px; line-height:33px;  color:#333333; font-size:14px; padding-left:10px; padding-right:10px;}
.wz1 a{ font-family:"微软雅黑"; color:#333333; font-size:14px; }
.wz1 a:hover{color:#ff5a00; font-size:14px;}

.yy{  color:#151515; font-size:14px;}
.yy a{ font-family:"微软雅黑"; color:#151515; font-size:14px; }
.yy a:hover{color:#fcff00; font-size:14px;}