﻿@charset "utf-8";
/* 清除不同浏览器所有标签的默认margin,padding值 */
/* body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; } */
* {
	margin:0px;
	padding:0px;
}
/* 高度自适应 */
html, body{ height:100%; }
ul {
	list-style: none;
}
/* 清除图片的链接边框 */
img {
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size:12px;
	line-height: 20px;
	text-align:center;
	background: #fff none no-repeat fixed 0 0;
}
table{  border-collapse:collapse; }
/* Links */
a {color:#000000; text-decoration:none;}
a:hover {color:#FF3300;text-decoration: underline;}
/* font size color style*/
.font-12px { font-size:12px; }
.font-14px { font-size:14px; }
.font-16px { font-size:16px; }
.font-14px-red {
	font-size: 14px;
	color: red;
	text-align: left;
}
.font-14px-077cd3 {
	font-size: 14px;
	color: #077cd3;
	text-align: left;
	float:left;
	padding:4px 0px 0px 25px;
}
.font-14px-077cd3-inner {
	font-size: 16px;
	color: #077cd3;
	text-align: left;
	float:left;
	padding:4px 0px 0px 5px;
}
.more {
	float: right;
	height: auto;
	width: auto;
	padding-right: 5px;
	padding-top: 2px;
}
.more a {
	font-weight: bold;
}
/* 当前位置 */
.current-position {
	clear: both;
	float: left;
	height: 20px;
	width: 100%;
	text-align: right;
	padding-top: 8px;
	border-bottom:dotted 1px #999;
}
/* 左右浮动 */
.left { float:left; }
.right { float:right; }
.clear-both { clear:both; }
/* 解决高度自适应的Hack代码 */
.clear {
	clear:both;
}
.height100 { height:100%; }
/* 公司简介列表 */
.profilelist{padding:10px 20px; list-style: square inside;}
.profilelist li{ padding:8px 0 2px 0; border-bottom:solid 1px #999;}
.profilelist li a{font-size:16px;}
.profilelist li a:hover{font-size:16px;}

/* 最新资讯 */
.topnews-ul{
	list-style-type: square;
	list-style-position: inside;
	color:#000;
	text-align:left;
}
.topnews-ul li{border-bottom:dotted 1px #999;}
.topnews-ul li span{float:right;color:red;}
.topnews-ul li a{color:#000;}
.topnews-ul li a:hover{text-decoration:underline;color:#F60;}
/* 资讯列表 */
.classnews{
	list-style-type: square;
	list-style-position: inside;
	color:#000;
	text-align:left;
}
.classnews li{border-bottom:dotted 1px #999;}
.classnews li span{float:right; color:#F60;}
.classnews li a{color:#000;}
.classnews li a:hover{text-decoration:underline;color:#F60;}
/* 栏目一级菜单(1) */
.navtreefirst{text-align:left;}
.navtreefirst li{display:inline;padding:6px 0px;}
.navtreefirst li a{color:red;}
.navtreefirst li img{
	vertical-align: baseline;
}
/* 树型产品分类 */
.proclasstree{padding-left:20px;}
.proclasstree li{}
.proclasstree li a{ font-size: 14px;}
.proclasstree li a:hover{ font-size: 14px;}
/* 推荐产品 */
.recopro-ul{width:100%;text-align:center;padding:10px 0px 0 0;}
.recopro-ul li{display:inline;float:left;margin:7px; width:164px; overflow:hidden;}
.recopro-ul li:hover{margin:6px; border:solid 1px #cccccc;}
.recopro-ul li img{width:160px;height:150px;border:1px solid #CCC;}
/* 产品列表 */
.newpro-ul{width:100%;text-align:center;padding:20px 0px 0 0;}
.newpro-ul li{display:inline;float:left;}
.newpro-ul li img{width:160px;height:150px;border:1px solid #CCC;}
/* 友情链接 */
.links{ width:auto; clear:both;}
.links li{ float:left;text-align:left;margin:5px;}
/* 客户留言 */
.messagename {
	font-size: 12px;
	line-height: 30px;
	width: 70px;
	float: left;
	clear: both;
	height: 30px;
	text-align: right;
	padding-right: 5px;
}
.messagetitle {
	background: #f0f0f0;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-indent: 30px;
	clear: both;
	color: #666666;
}
#messageadd {
	height: auto;
	width: 520px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#messageadd ul {
	list-style: none;
}
#messageadd ul li {
}
.messageadd1 {
	float: none;
	height: 30px;
}
/* 人才招聘 */
#jobshow {
	color: #333333;
	background-color: #FFFFFF;
}
#job_book {
	color: #333333;
	background-color: #FFFFFF;
}
#job_list {
	width: 100%;
}
#job_list ul {
	list-style-type: decimal;
}
.joblist a {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
.joblist li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 22px;
}
