@charset "utf-8";
/*************************************
* 全局公用样式表
*************************************/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url(images/bg.jpg) 0 0 repeat;
	font: normal 12px/22px "Microsoft YaHei", "微软雅黑", "宋体", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}
/* 重置 */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
}
p, li, div {
	line-height: 20px;
}
/* 标题样式 */
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}
img {
	border: 0 none;
}
/* 列表样式 */
ul, ol, li, dl, dt, dd {
	list-style: none;
}
/* 图片样式 */
img, a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
button {
	cursor: pointer;
}
.break {
	word-break: break-all;  /* 只对英文起作用，以字母作为换行依据 */
	word-wrap: break-word;  /* 只对英文起作用，以单词作为换行依据 */
	white-space: pre-wrap;  /* 只对中文起作用，强制换行 */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} /*设置表格的边框是否被合并为一个单一的边框*/
.indent {
	text-indent: 2em;
	color: #333;
	line-height: 22px;
}
a:link, a:visited {
	color: #222;
	text-decoration: none;
	transition: all 0.5s ease;
}
a:active, a:hover {
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
/** 输入框 **/
input {
	border: 1px solid #ddddde;
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
}
/** 清除浮动 **/
.fixed:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.fixed {
	display: block;
	min-height: 1%;
}
*html .fixed {
	height: 1%;
}
/* clear */
.clear {
	clear: both;
	font-size: 1px;
	width: 1px;
	height: 0;
	visibility: hidden;
}
.fl, .fr {
	display: inline;
	float: left;
}
.fr {
	float: right;
}
#layout {
	width: 100%;
	background: url(back.jpg) center top no-repeat;
}
/*container/header/main/footer*/
#layout {
	width: 100%
}
#container {
	width: 1004px;
	padding: 0;
	margin: 0 auto;
}
#header {
	margin: 0 auto;
	width: 1004px;
}
#main {
	width: 1004px;
	margin: 0 auto;
}
.position{
	position:absolute;
	top:50%;
	left:50%;
	background:#fff;
	margin-top:-133px;
	margin-left:-358px;
	width:716px;
	padding:6px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#4cFFFFFF,endColorStr=#4cFFFFFF);
	}
.position:last-child{
	filter:none;
	background:rgba(255,255,255,0.3);
	}
.languages{
	width:716px;
	height:246px;
	background:#fff;
	text-align:center;
	padding-top:20px;
	}
.languages .logo{ 
	float:none;
	}
.languages ul{
	padding-top:35px;
	}
.languages li{
	display:inline-block;
	*display:block;
	*zoom:1;
	margin:0 37px;
	}
.languages li a{
	display:block;
	border:2px #cfcfcf solid;
	font-size:26px;
	color:#585858;
	padding:15px 40px;
	}
.languages li a:hover{
	color:#ae822e;
	border:2px #ae822e solid;
	}	
#footer {
	background: #aaaaaa;
	padding: 18px 0;
}
.ftitle {
	background: url(../images/daohanglan.png) top center no-repeat;
	height: 35px;
	width: 100%;
	padding-bottom: 20px;
}
#footer ul {
	margin-right: -39px;
}
#footer dl {
	float: left;
	width: 113px;
	padding-right: 36px;
}
#footer dl a {
	color: #fff;
}
#footer dt {
	height: 60px;
	position: relative;
	margin-bottom: 10px;
}
#footer dt h5 {
	width: 113px;
	height: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	text-indent: 10px;
	background: none;
 filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#b3000000, endColorStr=#b3000000);
}
#footer dt h5:last-child {
	background: rgba(0,0,0,0.6);
	filter: none;
}
#footer dd {
}
#footer dd a {
	height: 25px;
	line-height: 25px;
}
#copyright {
	background: #111;
	padding-top: 22px;
}
#copyright .text {
	float: left;
	padding-top: 50px;
	padding-left: 20px;
	color: #fff;
}
#copyright .text a {
	color: #fff;
}
#copyright .text a:hover {
	color: #D5D5D5;
}

/*column*/
.column {
	width: 250px;
	height: 200px;
}
.column .col-title {
	height: 28px;
}
.column .col-title h2 {
	text-align: left;
	padding-left: 20px;
	float: left;
}
.column .col-title span {
	float: right;
}
/*left*/
#left {
	float: left;
	width: 24%;
}
#left h2 {
	font-size:21px;
	height: 60px;
	background: url(../images/pic_nproduct_.png) top center no-repeat #ad8547;
	text-indent: 10px;
	color: #fff;
	line-height: 60px;
}
#left ul{
	background:#434343;
	padding-bottom:20px;
	border-bottom:4px #dedede solid;
	}

#left ul li .selected {
	background-color: #8caf00;
	background-position: 200px -9px;
	color: #fff;
}
#left ul li {
	display: inline;
}
#left ul li {
	display: inline-block;
	background:url(../images/line.jpg) bottom center no-repeat;
	width: 100%;
	position: relative;
	min-height: 43px;
	_height: 43px;
	z-index: 10;
	zoom: 1
}
#left ul li h4 {
	padding:15px 0 15px 10px;
	text-decoration: none;
	font-size: 14px;
	display: block;;
	font-weight: normal;
}
#left ul li h4 p{
	font-family:Tahoma;
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
	opacity:0.2;
	filter:Alpha(opacity=20);
	}
#left ul li h4 a{
	color:#fff;
	}
#left ul li .cover{
	position:absolute;
	right:0;
	top:0;
	cursor: pointer;
	width:40px;
	background: url(../images/bg3.png) no-repeat 0 18px;
	height:70px;
	z-index:2;
	}
#left ul li.selected h4{
	border-bottom:1px #5D5D5D solid;
	}
#left ul li.selected .cover {
	background-position: 0 -37px;
}
#left ul li a:hover {
	color: #c79d5d;
}
#left li .list-item {
	padding:10px 0;
	position: relative;
	zoom: 1;
	overflow:hidden;
}
#left li .list-item a {
	color: #fff;
	display: block;
	text-align: left;
	font-size: 12px;
	width:80%;
	height: 30px;
	line-height: 30px;
	margin:0 auto;
	/*border-bottom:1px #5f5f5f dashed;*/
}
#left li .list-item span{
	position:absolute;
	right:0; 
	bottom:10px;
	z-index:-1px;
	}
.none {
	display: none;
}
/*right*/
#right {
	float: right;
	width: 75%;
}
#right .title {
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 15px;
}
#right .title h1 {
	float: left;
	padding-left: 20px;
}
#right .content {
}
/* logo/ver/*/
.logo {
	float: left;
	padding: 0;
	margin: 0;
}
.ver {
	float: right;
	padding: 0;
	margin-top: 10px;
	color: #727b73;
	text-align: right;
}
.ver a.language {
	line-height: 25px;
	text-align: right;
	border: 1px #5a5a5a solid;
	padding: 2px 5px;
	color: #5a5a5a;
}
.ver a.language:hover {
	background: #5a5a5a;
	color: #fff;
}
.search {
	float: left;
}
/*page*/
.page {
	text-align:left;
	height: 28px;
	line-height: 28px;
	margin: 60px 0;
}
