@charset "utf-8";
/*默认样式初始化*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html, body {
	width: 100%;
	line-height: 1;
	background-color: #FFF;
	font: normal 12px/20px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #555;
	text-align: left;
}
ol, ul {
	list-style: none;
}
em {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
hr {
	height: 0;
	overflow: hidden;
	margin: 20px 0;
	padding: 0;
	border: none;
	border-bottom: dashed 1px #DDD;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FF9311;
}
a:active {
	color: #FF9311;
star:expression(this.onFocus=this.blur());
}
:focus {
	outline: 0;
}/**/
::selection {
	background-color: #FF9311;
	color: #FFF;
	text-shadow: none;
}
/*表格样式*/
table {
	width: 100%;
	margin-bottom: .8em;
}
table td, table th {
	padding: .3em .4em;
	border: solid 1px #DDD;
	font-weight: normal;
}
table th {
	background-color: #F9F9F9;
	text-align: center;
}
#marquee table td, #marquee table th {
	border: 0;
	padding: 0;
}
/*公用样式*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.flUl li {
	float: left;
	display: inline;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mr15 {
	margin-right: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.pb10 {
	padding-bottom: 10px;
}
.yaHei {
	font-family: "microsoft YaHei", "微软雅黑";
}
.zh-CN {
	font-family: "宋体", "simsun", Arial, sans-serif;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs20 {
	font-size: 20px;
}
.cFFF, .cFFF a, a.cFFF {
	color: #FFF;
}
.cF00, .cF00 a, a.cF00 {
	color: #F00;
}
.cF30, .cF30 a, a.cF30 {
	color: #F30;
}
.red, .red a, a.red {
	color: #C80B0E;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.poA {
	position: absolute;
}
.poR {
	position: relative;
}
.pgW {
	width: 1000px;
	padding: 0 5px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*页面布局*/
html, body {
	min-width: 1010px;
	width: 100%;
	overflow-x: hidden;
	background-color: #EBEBEB;
}
header#banner {
	background: #FFF;
	height: 100px;
	position: relative;
	background-color: #FFF;
	z-index: 9999;
}
.headerRight {
	width: 500px;
	margin: 0 0 0 auto;
	padding-top: 32px;
	text-align: right;
	position: relative;
}
header#header {
	min-height: 190px;
	position: relative;
	z-index: 99;
}
a.logo {
	position: absolute;
	left: 30;
	top: 36px;
	z-index: 9999;
}
.colorLine {
	height: 4px;
	overflow: hidden;
	background-color: #85532A;
}
.navBox {
	height: 50px;
	position: relative;
	z-index: 9998;
}
#navCon {
	width: 100%;
	height: 50px;
	top: 0;
	z-index: 9999;
	background-color: #FF9311;
}
.mLeft {
	width: 230px;
	overflow: hidden;
	float: right;
	padding-top: 20px;
}
.mRight {
	width: 750px;
	overflow: hidden;
	float: left;
	padding-top: 20px;
}
footer {
	position: relative;
	background-color: #FF9311;
	border-bottom: solid 35px #221918;
}
a.footLogo {
	position: absolute;
	right: 0;
	top: 60px;
}
a#backToTop {
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	opacity: .6;
	filter: Alpha(opacity=60);
	z-index: 9999;
	_position: absolute;
	_bottom: auto;
}
a#backToTop:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}
/*头部*/
.lang, .lang a {
	color: #999;
	font-size: 13px;
	line-height: 32px;
}
.lang a:hover {
	color: #FF9311;
}
.topSearch {
	width: 270px;
	height: 28px;
	padding-top: 2px;
	overflow: hidden;
	padding-left: 10px;
	text-align: left;
	position: absolute;
	right: 0;
	border: solid 1px #CCC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
	behavior: url(../../css/PIE.htc);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.topSearch .txt {
	border: none;
	width: 240px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #999;
	padding: 0 3px;
	background: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.topSearch .txt:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.topIcoBox {
	position: absolute;
	top: 70px;
	left: 90px;
	color: #b4b5b5;
	font-size: 14px;
}
.topBtn {
	position: absolute;
	width: 180px;
	right: 0;
	top: 125px;
	text-align: right;
}
/*导航*/
#navCon #sNavBg {
	width: 50%;
	height: 50px;
	position: absolute;
	background-color: #221918;
	top: 0;
	right: 0;
	z-index: 1;
}
#navCon ul#nav {
	position: relative;
	z-index: 10;
}
#navCon li {
	position: relative;
	float: left;
	width: 114px;
	padding-right: 1px;
	display: inline;
	background-color: #221918;
}
#navCon li.navTxt {
	width: 312px;
	height: 50px;
	text-align: center;
	font: 14px/50px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #FF9311;
}
#navCon li.n0 {
	width: 80px;
}
#navCon li.n4 {
	width: 130px;
}
#navCon li a {
	display: block;
	padding: 0;
	color: #FFF;
	font-size: 15px;
	cursor: pointer;
	overflow: hidden;
	text-shadow: 0 -1px 0 #555;
	zoom: 1;
}
#navCon li a div {
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	_overflow: hidden;
}
#navCon li a.active {
	color: #FFF;
	background-color: #333;
}
#navCon li a:hover, #navCon li.hover a {
	text-shadow: none;
	background-color: #666;
}
#navCon li.hover {
	z-index: 999;
}
#navCon li.hover li a, #navCon li li a {
	color: #FFF;
	text-shadow: none;
	background: none;
}
#navCon li ul {
	position: absolute;
	width: 230px;
	left: 0;
	top: 43px;
	padding: 7px 0;
	background-color: #666;
	box-shadow: rgba(0,0,0,0.15) 2px 2px 2px;
	display: none;
}
#navCon li li {
	width: 100%;
	display: block;
	background: none;
	margin-bottom: 1px;
}
#navCon li li a {
	line-height: 1.4;
	padding: 5px 5px 5px 26px;
	top: 0;
	font-size: 14px;
	_display: inline;
}
#navCon li li a img {
	float: left;
	margin: 0 5px 0 0;
}
#navCon li li a:hover, #navCon li li a.active, #navCon li li.hover a {
	background: #FF9311;
}
#navCon li.hover li li a {
	background-color: transparent;
}
#navCon li.hover li li a:hover {
	background: #FF9311;
}
#navCon li ul ul {
	display: none;
	left: 230px;
	top: -7px;
	background-color: #888;
}
/*导航箭头*/
#navCon li a div.navArrow, #navCon li a div.navArrow div {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
	border-top: solid 4px #FF9311;
}
#navCon li a div.navArrow div {
	top: 0;
	right: 0;
	margin-top: -6px;
	margin-right: -4px;
	border-top: solid 4px #221918;
}
#navCon li a.active div.navArrow div {
	border-top-color: #333;
}
#navCon li a:hover div.navArrow div, #navCon li.hover a div.navArrow div {
	border-top-color: #666;
}
/*顶部幻灯图*/
#topSlides {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#topSlides .slides_container {
	width: 2000px;
	overflow: hidden;
	position: relative;
	margin-left: -1000px;
	left: 50%;
	display: none;
}
#topSlides .slides_container div.slide {
	width: 2000px;
	overflow: hidden;
	display: block;
	line-height: .8;
	position: relative;
}
#topSlides .slides_container div.slide .topImgBox {
	width: 2000px;
	position: relative;
	left: 50%;
	margin-left: -1000px;
	text-align: center;
}
#topSlides .next, #topSlides .prev {
	position: absolute;
	width: 62px;
	height: 150px;
	left: -62px;
	margin-top: -75px;
	top: 50%;
	display: block;
	z-index: 101;
	opacity: .4;
	filter: alpha(opacity=40);
}
#topSlides .next {
	left: auto;
	right: -62px;
}
#topSlides .next:hover, #topSlides .prev:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
/*Pagination*/
#topSlides .pagination {
	position: absolute;
	bottom: 20px;
	min-width: 80px;
	margin-left: -40px;
	left: 50%;
	_width: 90px;
	z-index: 100;
}
#topSlides .pagination li {
	float: left;
	margin: 0 2px;
	list-style: none;
}
#topSlides .pagination li a {
	display: block;
	width: 16px;
	height: 0;
	padding-top: 16px;
	background: url(../images/pagination.png) no-repeat 0 0;
	float: left;
	overflow: hidden;
	opacity: .6;
	filter: alpha(opacity=60);
}
#topSlides .pagination li.current a {
	background-position: 0 -16px;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*ico*/
.ico {
	display: inline-block;
	border: none;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	background: url(../images/ico.png) no-repeat 0 50px;
	vertical-align: middle;
}
.ico-topSearch {
	width: 15px;
	padding-top: 0;
	height: 16px;
	text-indent: -100px;
	background-position: -60px 0;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 8px;
}
.ico-navRight {
	width: 50px;
	padding-top: 50px;
	background-position: 0 -60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.ico-pathHome {
	width: 16px;
	padding-top: 12px;
	background-position: -60px -20px;
	margin-bottom: 4px;
}
/*左导航*/
.lNavTtile {
	line-height: 2;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	border-bottom: solid 3px #222;
	overflow: hidden;
}
/*左侧树型导航*/
.lNav {
	background-color: #FFF;
	padding: 6px 0;
}
.lNav li {
	position: relative;
	zoom: 1;
	border-top: solid 1px #EEE;
}
.lNav li:first-child {
	border-top: none;
}
.lNav li .arrowR, .lNav li .arrowR div {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 10px;
	top: 16px;
	margin-top: -4px;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-right: solid 4px #222;
}
.lNav li .arrowR div {
	right: -5px;
	top: 0;
	margin-top: -4px;
	border-right-color: #FFF;
}
.lNav li.parent .arrowR, .lNav li.parent .arrowR div {
	display: none;
}
.lNav li.parent li .arrowR, .lNav li.parent li .arrowR div {
	display: block;
}
.lNav li a {
	display: block;
	line-height: 2.6;
	font-size: 13px;
	padding-left: 1em;
	color: #333;
	zoom: 1;
}
.lNav li a:hover {
	color: #FF9311;
}
.lNav li a:active {
	color: #000;
}
.lNav li li {
	border-bottom: none;
	padding-left: 1em;
}
.lNav li li:first-child {
	border-top: solid 1px #EEE;
}
.lNav li.active a {
	color: #FF9311;
}
.lNav li a:hover .arrowR, .lNav li.active .arrowR {
	border-right-color: #FF9311;
}
.lNav li li a {
	background: none;
}
.lNav li li.active a, .lNav li.active li.active a {
	color: #FF9311;
}
.lNav li.active li a {
	color: #666;
	background: none;
}
.lNav li.active li a .arrowR {
	border-right-color: #222;
}
.lNav li li.active .arrowR div {
	border-left-color: #FFF;
}
.lNav li li a:hover, .lNav li li.active a:hover, .lNav li.active li a:hover {
	color: #FF9311;
}
.lNav li li.active a .arrowR, .lNav li li a:hover .arrowR {
	border-right-color: #FF9311;
}
.lNav li li a:active, .lNav li li.active a:active, .lNav li.active li a:active {
	color: #333;
}
.lNav li.active ul {
	display: block;
}
.lNav li.closed ul {
	display: none;
}
.lNav li i.parent {
	position: absolute;
	top: 8px;
	right: 5px;
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	background: url(../images/plus.gif) no-repeat 0 20px;
	z-index: 999;
}
.lNav li.parent i.closed {
	background-position: 0 0;
}
.lNav li.parent i.open {
	background-position: 0 -16px;
}
.lNav li.parent i.parent {
	cursor: pointer;
}
.lNav li.parent i.closed:hover {
	background-position: 0 -32px;
}
.lNav li.parent i.open:hover {
	background-position: 0 -48px;
}
/*左联系方式*/
.leftContact {
	background-color: #221918;
	padding: 30px 0 10px 20px;
}
.leftContact, .leftContact a {
	color: #FFF;
}
.leftContact a:hover {
	color: #999;
}
.leftContact h1 {
	font-size: 14px;
}
.leftContact li {
	padding-left: 70px;
	position: relative;
	margin-bottom: 20px;
	line-height: 2;
}
.ico-lAdd, .ico-lTel, .ico-lFax {
	width: 60px;
	padding-top: 60px;
	position: absolute;
	top: 0;
	background-position: 0 -110px;
	margin-left: -70px;
}
.ico-lTel {
	background-position: 0 -170px;
}
.ico-lFax {
	background-position: 0 -230px;
}
/*内容整体*/
.spacing {
	width: 20px;
	height: 20px;
}
.radiusBox {
	border: solid 1px #EEE;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	behavior: url(../../css/PIE.htc);
}
.shadowBox {
	-webkit-box-shadow: #CCC 0px 0px 6px;
	-moz-box-shadow: #CCC 0px 0px 6px;
	box-shadow: #CCC 0px 0px 6px;
	background: #FFF;
	behavior: url(../../css/PIE.htc);
}
.conBox {
	line-height: 1.8;
}
.conBox2 {
	border: solid 1px #EEE;
	padding: 19px 19px 0 19px;
}
.conBox p {
	margin-bottom: .8em;
}
.mTitle {
	position: relative;
	padding: 10px 0 18px 0;
}
.mTitle h1 {
	font-size: 26px;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 1px;
}
.infoTitleBox {
	border-bottom: solid 3px #FF9311;
}
.infoTitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #FFF;
	background-color: #FF9311;
	display: inline;
	padding: .4em 1.5em;
}
.infoTabTitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #FFF;
	background-color: #221918;
	display: inline;
	padding: .4em 1.5em;
	cursor: pointer;
}
.infoTitleBox .active {
	background-color: #FF9311;
}
.pageTitle {
	font-size: 32px;
	font-weight: 500;
	line-height: 2;
	color: #222;
	margin-bottom: .2em;
}
.more {
	color: #999;
	font-size: 14px;
	display: block;
	width: 46px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	padding-right: 20px;
	right: 0;
	bottom: 0;
	background: url(../images/moreJt.png) no-repeat 100% 0;
}
.more:hover {
	background-position: 100% -17px;
}
.shadow {
	width: 100%;
	height: 6px;
	overflow: hidden;
	background: url(../images/shadow.png) no-repeat center top;
}
.imgListBox {
	width: 100%;
	overflow: hidden;
}
.button {
	color: #FFF;
	display: inline-block;
	padding: 0 14px;
	background-color: #85542B;
	line-height: 2.2;
	border: none;
	cursor: pointer;
}
.button:hover {
	color: #FFF;
	background-color: #AF6D38;
	font-weight: 100;
}
/*当前位置*/
.pathBox {
	height: 31px;
	line-height: 31px;
	background-color: #FFF;
	border-bottom: solid 1px #DEDEDE;
}
.path {
	padding: 0 0 10px 0;
}
.path em {
	font-family: sans-serif;
}
.path, .path a {
	color: #999;
}
.path a:hover {
	color: #333;
}
/*单页*/
.info .conBox {
	font-size: 14px;
	min-height: 400px;
	background-color: #FFF;
	padding: 25px;
}
.info .content {
	width: 100%;
	overflow: hidden;
}
.info .content table th, .info .content table td {
	border: none;
	padding: 0;
}
/*友情链接*/
.links a {
	white-space: nowrap;
	margin: 0 1em 1em 0;
}
}
/*注册表单*/
#regist {
	padding: 40px;
	background-color: #FFF;
}
.rForm dt {
	line-height: 50px;
}
.rForm dd {
	line-height: 30px;
}
.rForm dd {
	margin: -40px 0 0 80px;
}
.rForm input.text {
	width: 91%;
	height: 34px;
	line-height: 34px;
	padding: 0 2%;
	border: solid 1px #DDD;
	font-size: 14px;
	color: #CCC;
}
.rForm input.narrow {
	width: 72px;
}
/*新闻列表*/
.nListBox .conBox aside {
	width: 400px;
	overflow: hidden;
	padding-top: 2px;
	position: relative;
}
.nListBox .conBox article {
	width: 450px;
}
.nListBox .conBox section {
	padding-top: 10px;
}
.newsTitle {
	display: table;
	padding-left: 25px;
	height: 30px;
	border-bottom: solid 2px #DDD;
	font-size: 14px;
}
.newsTitle li {
	display: table-cell;
*display:inline-block;
	width: 70%;
	text-align: center;
}
.newsTitle li.t2, .newsTitle li.t3 {
	width: 15%;
}
.newsList li {
	border-bottom: dashed 1px #DDD;
	clear: both;
}
.newsList li a {
	display: block;
	padding: 8px 0 8px 25px;
	font-size: 14px;
	line-height: 24px;
	background: url(../images/arrow.gif) no-repeat 8px center;
	zoom: 1;
}
.newsList li a em, .newsList li a span {
	color: #CCC;
	float: right;
	font-size: 12px;
	width: 20%;
	text-align: center;
}
.newsList li a img {
	vertical-align: middle;
	margin-left: 10px;
}
.newsList li a:hover {
	background-color: #FCFCFC;
	background-position: 12px center;
}
/*新闻详细*/
.newsShow .content {
	font-size: 16px;
	line-height: 2;
	min-height: 400px;
	padding: 20px 0;
}
.newsShow .conBox header {
	text-align: center;
	border-bottom: dashed 1px #DDD;
	padding-bottom: 1em;
}
.newsShow .conBox header div {
	color: #DDD;
	font-size: 12px;
}
.newsShow .newsShowTitle {
	font-size: 20px;
	font-weight: 600;
}
/*图片列表*/
.imgList {
	width: 110%;
}
.imgList1 {
	width: 110%;
}
.imgList .imgItem {
	width: 220px;
	height: 190px;
	float: left;
	margin: 0 20px 20px 0;
	line-height: .8;
}
.imgList1 .imgItem {
	width: 220px;
	height: 310px;
	float: left;
	margin: 0 15px 15px 0;
	line-height: .8;
}
.imgList a {
	display: block;
	position: relative;
	width: 210px;
	height: 160px;
	padding: 5px;
	text-align: center;
	zoom: 1;
	cursor: pointer;
	-webkit-box-shadow: #CCC 0px 0px 6px;
	-moz-box-shadow: #CCC 0px 0px 6px;
	box-shadow: #CCC 0px 0px 6px;
	background: #FFF;
	behavior: url(../../css/PIE.htc);
}
.imgList1 a {
	display: block;
	position: relative;
	width: 210px;
	height: 270px;
	padding: 5px;
	text-align: center;
	zoom: 1;
	cursor: pointer;
	-webkit-box-shadow: #CCC 0px 0px 6px;
	-moz-box-shadow: #CCC 0px 0px 6px;
	box-shadow: #CCC 0px 0px 6px;
	background: #FFF;
	behavior: url(../../css/PIE.htc);
}
.imgList a:hover {
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
	background: #FFF;
	behavior: url(../../css/PIE.htc);
}
.imgList1 a:hover {
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
	background: #FFF;
	behavior: url(../../css/PIE.htc);
}
.imgList .photo {
	position: relative;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.imgList1 .photo {
	position: relative;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
/*.imgList .bg,.imgList .name,.imgList .ico{position:absolute;width:100%;height:100%;left:0;top:0;line-height:1.8;z-index:3;}
.imgList .bg{z-index:2;background-color:#666;top:210px;opacity:.5;filter:Alpha(opacity=50);}*/
.imgList .name {
	position: absolute;
	width: 100%;
	padding: 5px 0;
	top: 176px;
}
.imgList1 .name {
	position: absolute;
	width: 100%;
	padding: 5px 0;
	top: 176px;
}
.imgList .ico {
	position: absolute;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	left: 50%;
	top: 20%;
	opacity: 0;
	display: none;
	z-index: 5;
}
.imgList a:hover .bg {
	background-color: #C80B0E;
}
.imgList1 .ico {
	position: absolute;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	left: 50%;
	top: 20%;
	opacity: 0;
	display: none;
	z-index: 5;
}
.imgList1 a:hover .bg {
	background-color: #C80B0E;
}
/*下载列表*/
.downList {
	width: 100%;
	padding-top: 10px;
	border-bottom: dashed 1px #DDD;
}
.downList .dItem {
	width: 201px;
	height: 266px;
	float: left;
	margin-bottom: 28px;
	line-height: .8;
}
.downList a {
	display: block;
	position: relative;
	width: 193px;
	height: 258px;
	overflow: hidden;
	text-align: center;
	border: solid 4px #EEE;
	zoom: 1;
	cursor: pointer;
}
.downList a:hover {
	border-color: #CCC;
}
.downList .photo {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.downList .bg, .downList .name, .downList .ico {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 1.8;
	z-index: 3;
}
.downList .bg {
	z-index: 2;
	background-color: #482717;
	top: 224px;
	opacity: .6;
	filter: Alpha(opacity=60);
}
.downList .name {
	width: 173px;
	height: 248px;
	padding: 5px 10px;
	color: #FFF;
	top: 224px;
	text-align: left;
}
.downList .ico {
	position: absolute;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	left: 50%;
	top: 20%;
	opacity: 0;
	display: none;
	z-index: 5;
}
.downList .lock {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}
/*----招聘列表*/
.jListBox section {
	padding-top: 10px;
}
.jobTitle {
	line-height: 44px;
	text-align: left;
	border-bottom: solid 2px #DDD;
	font-weight: 600;
}
.jobTitle li {
	float: left;
	width: 190px;
}
.jobTitle li.t2 {
	width: 270px;
	text-indent: 1em;
}
.jobTitle li.t3 {
	width: 220px;
	text-align: center;
}
.jobTitle li.t4, .jobTitle li.t5 {
	width: 100px;
	text-align: center;
}
.jobList li ul li {
	width: 190px;
	float: left;
	color: #666;
}
.jobList li ul li.t2 {
	width: 270px;
	text-indent: 1em;
}
.jobList li ul li.t3 {
	width: 220px;
	text-align: center;
}
.jobList li ul li.t4, .jobList li ul li.t5 {
	width: 100px;
	text-align: center;
}
.jobList li ul {
	height: 30px;
	line-height: 30px;
	border-bottom: dashed 1px #DDD;
}
.jobList li.hover ul {
	background-color: #F9F9F9;
	cursor: pointer;
}
.jobList li.hover ul li {
	color: #FF9311;
}
.jobList li .jobDetail {
	display: none;
	background-color: #F9F9F9;
	padding: 10px;
	font-size: 12px;
	border-bottom: dashed 1px #DDD;
}
.jobList li .jobDetail p {
	margin-bottom: .4em;
	line-height: 1.6;
	color: #666;
}
.jobList li .jobDetail p.clearfix {
	margin-bottom: 0;
}
.jobList li .jobDetail input.form-submit {
	width: 84px;
	height: 26px;
	text-indent: -9999em;
	border: none;
	cursor: pointer;
	float: left;
}
/*登录框*/
.loginBox {
	background-color: #FFF;
	padding: 40px 60px;
}
.hLogin {
	padding-top: 20px;
	border-top: solid 1px #DDD;
}
.hLogin li {
	height: 50px;
}
.hLogin input {
	margin: 0;
	padding: 0;
}
.hLogin input.text {
	width: 91%;
	height: 34px;
	line-height: 34px;
	padding: 0 4%;
	border: solid 1px #DDD;
	font-size: 14px;
	color: #CCC;
}
.hLogin input.narrow {
	width: 72px;
}
.hLogin button {
	width: 90px;
	height: 36px;
	color: #FFF;
	font-size: 18px;
	background-color: #FF9311;
	border: none;
	cursor: pointer;
}
.hLogin button:hover {
	background-color: #FB7;
}
.hLogin .regist {
	color: #F30;
}
.hLogin .forget:hover, .hLogin .regist:hover {
	text-decoration: underline;
}
.hLogin .note {
	color: #999;
}
/*----表单页*/
.tbDL dl {
	margin-left: 60px;
}
.tbDL dt {
	width: 80px;
	height: 34px;
	line-height: 34px;
}
.tbDL dd {
	padding-left: 80px;
	margin-top: -31px;
	lin-height: 34px;
}
.tbDL .text {
	height: auto;
	padding-left: 0;
	margin-top: 1em;
}
.tbDL .text h2 {
	font-size: 15px;
}
.tbDL .btns {
	margin-top: 1em;
}
/*产品分类列表*/
.proClassDetail {
	border-top: solid 2px #222;
	border-bottom: solid 1px #222;
	width: 920px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	line-height: 1.6;
}
.proClassDetail p {
	margin-bottom: .6em;
}
.proClass {
	padding: 40px 0 65px 0;
	font-size: 14px;
	color: #666;
}
.proClass2 {
	padding-top: 0;
}
.proClass .proClassListTitle {
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
	color: #D7993B;
}
.proClass .proClassListTitle em {
	padding-bottom: .2em;
	border-bottom: solid 1px #BBB;
}
.proClass aside {
	line-height: .8;
	float: right;
}
.proClass header {
	margin-bottom: .8em;
}
.proClass .conBox {
	padding: 40px;
	line-height: 1.6;
	position: relative;
	min-height: 350px;
}
.proClass .conBox3 {
	padding: 40px 0;
	line-height: 1.6;
	position: relative;
	min-height: 350px;
}
.proClass .conBox section {
	width: 460px;
	float: left;
	text-align: center;
}
.proClass .number {
	width: 130px;
	height: 130px;
	margin: 0 auto 15px auto;
	text-align: center;
	font: normal 54px/130px sans-serif;
	color: #CDCDCD;
	background: url(../images/proListTitleBg.gif) no-repeat 0 0;
}
.proClass .view {
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	padding: 0 1.5em;
	background-color: #85542B;
}
.proClass .view:hover {
	background-color: #AF6D38;
}
/*产品列表*/

.filter {
	border-top: dashed 1px #DDD;
}
.filter dl {
	border-bottom: dashed 1px #DDD;
}
.filter dt, .filter dd {
	padding: 7px 0 2px 0;
	line-height: 20px;
}
.filter dt {
	padding: 7px 0;
}
.filter dd {
	margin: -34px 0 0 46px;
}
.filter dd a {
	display: inline-block;
	padding: 0 5px;
	margin: 0 7px 5px 0;
}
.filter dd a:hover, .filter dd a.active {
	position: relative;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #c59347;
	behavior: url(../../css/PIE.htc);
}
.proList {
	width: 100%;
}
.proList li {
	width: 290px;
	float: left;
	margin: 0 25px 25px 0;
	line-height: .8;
}
.proList .pItem {
	width: 290px;
	float: left;
	margin-bottom: 25px;
	line-height: .8;
}
.proList a {
	display: block;
	zoom: 1;
	cursor: pointer;
}
.proList a:hover .name {
	color: #85532A;
}
.proList .photo {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*.proList li .photo img{position:absolute;left:0;top:0;}*/
.proList .name {
	line-height: 1.8;
	color: #333;
	padding-top: .8em;
}
.proList .name em {
	color: #85532A;
}
/*产品详细*/
#imgBox .mtitle {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
#imgBox {
	width: 350px;
	padding-top: 6px;
	margin: 0 20px 20px 0;
	_overflow-x: hidden;
}
#imgBox .sBox {
	border: solid 1px #DDD;
	line-height: .8;
}
#imgBox .sBox table {
	margin: 0;
}
#imgBox .sBox td {
	border: none;
	padding: 0;
	text-align: center;
}
.xImg {
	padding-top: 10px;
	margin: 10px 0;
	width: 110%;
}
.xImg li {
	float: left;
	_display: inline;
	margin: 0 5px 5px 0;
	text-align: center;
	position: relative;
	line-height: .8;
}
.xImg li .xBox {
	border: solid 1px #FFF;
	padding: 2px;
}
.xImg li .proArrow {
	display: none;
	width: 15px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	margin-left: -7px;
	left: 50%;
	top: -8px;
	background: url(../images/proArrow.gif) no-repeat 0 0;
}
.xImg li.active .xBox {
	border-color: #DDD;
}
.xImg li.active .proArrow {
	display: block;
}
.mouse {
	padding-top: 10px;
	margin: 10px 0;
}
.mouse a {
	margin: 0 5px 5px 0;
	text-align: center;
	position: relative;
	line-height: .8;
}
.mouse a .xBox {
	border: solid 2px #EEE;
	padding: 2px;
	background-color: #FFF;
	border-radius: 5px;
}
.mouse a .proArrow, .mouse a .proArrow div {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: -8px;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	border-bottom: solid 8px #FF9311;
	visibility: hidden;
}
.mouse a .proArrow div {
	left: 0;
	top: 3px;
	border-bottom: solid 8px #FFF;
}
.mouse a.active .xBox {
	border-color: #FF9311;
}
.mouse a.active .proArrow, .mouse a.active .proArrow div {
	visibility: visible;
}
.MagicZoomLoading {
	color: #FF9311;
}
.pShowInfo {
	width: 310px;
	line-height: 1.6;
	font-size: 15px;
	padding-right: 70px;
}
.pShowInfo .content {
	padding-top: 10px;
}
.pShowInfo .content p {
	margin-bottom: .4;
}
.pShowInfo em {
	font-weight: 600;
	color: #85522A;
}
.pShowInfo .buy {
	font-size: 26px;
	line-height: 36px;
	padding: 6px 20px;
	margin-top: 20px;
}
/*分页*/
.upDown {
	padding: 36px 0;
	font-size: 14px;
	text-align: center;
	line-height: 2.2;
}
.upDown em {
	color: #666;
}
.upDown span {
	color: #999;
}
.upDown a:hover {
	font-weight: 600;
}
.upDown .goBack {
	color: #FFF;
	display: inline-block;
	padding: 0 14px;
	background-color: #FF9311;
}
.upDown .goBack:hover {
	background-color: #FFA83E;
	font-weight: 100;
}
.cPage {
	padding: 35px 0;
	text-align: right;
	font-size: 1.2em;
}
.cPage em {
	padding: 0 .6em;
}
.cPage a {
	display: inline-block;
	min-width: 18px;
	text-align: center;
	padding: 0 6px;
	border: solid 1px #DDD;
	margin: 0 2px;
	color: #666
}
.cPage a:hover, .cPage a.active {
	color: #FFF;
	border-color: #FF9311;
	background-color: #FF9311;
}
.cPage a.active {
	border-color: #999;
	background-color: #999;
}
.cPage a.disable {
	color: #DDD;
	border-color: #DDD;
	background-color: #FFF;
	cursor: default;
}
.cPage select {
	color: #666;
}
/*按钮*/
.btn {
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
*line-height:20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#e6e6e6;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;
*border:0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
*margin-left:.3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
*background-color:#d9d9d9;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
*margin-left:0;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
*background-color:#d9d9d9;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#0044cc;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #2964c7;
*background-color:#2964c7;
}
.btn-primary:active, .btn-primary.active {
	background-color: #003399 \9;
}
.btn-primary {
	border-color: #2453a3;
	background-image: -ms-linear-gradient(top, #2c74de, #2964c7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c74de), to(#2964c7));
	background-image: -webkit-linear-gradient(top, #2c74de, #2964c7);
	background-image: -o-linear-gradient(top, #2c74de, #2964c7);
	background-image: -moz-linear-gradient(top, #2c74de, #2964c7);
	background-image: linear-gradient(top, #2c74de, #2964c7);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#f89406;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color: #ffffff;
	background-color: #f89406;
*background-color:#df8505;
}
.btn-warning:active, .btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#bd362f;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #bd362f;
*background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active {
	background-color: #942a25 \9;
}
/*表单元素*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
textarea {
	height: auto;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
*margin-top:0;/* IE7 */
	margin-top: 1px \9;/* IE8-9 */
	line-height: normal;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}
select, input[type="file"] {
	height: 30px;/* In IE7,the height of the select element cannot be changed by height,only font-size */
 *margin-top:4px;/* For IE7,add top margin to align select with labels */
	line-height: 30px;
}
select {
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
select[multiple], select[size] {
	height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input, .uneditable-textarea {
	color: #999999;
	background-color: #fcfcfc;
	border-color: #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#999999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999999;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
.controls-row {
*zoom:1;
}
.controls-row:before, .controls-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.controls-row:after {
	clear: both;
}
.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
	float: left;
}
.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
	padding-top: 5px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
	background-color: transparent;
}
/*底部*/
.footCon {
	color: #FFF;
	height: 50px;
	text-align: center;
}
.footCon .footNav {
	height: 50px;
	line-height: 50px;
}
.footCon .footNav a {
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 .8em;
}
.footCon .footNav a:hover {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #FFA83E;
	behavior: url(../../css/PIE.htc);
}
.footCon .copyright {
	line-height: 35px;
	color: #666;
}
.footCon .copyright a {
	color: #666;
}
.footCon .copyright a:hover {
	color: #CCC;
}
