@charset "utf-8";
/* CSS Document */
body {
	min-width: 1000px;
	overflow: auto;
	background: url(../images/skin/skin-paper1.gif) repeat;
	font: 12px/180% "微软雅黑", "宋体";
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hide {
	display: none;
}

a {
	text-decoration: none;
	color: #005266;
}

a:hover {
	text-decoration: underline;
}

/* 主框架 Layout Css */
.mainpart {
	width: 1000px;
	margin: 0 auto;
}

.pagetop {
	height: 25px;
	background: #333;
	color: white;
	line-height: 25px;
	text-align: right;
}

.pagetop a {
	color: #ccc;
}

.pagetop a:hover {
	color: #fff;
}

.pagetop .shop {
	float: right;
}

.header {
	position: relative;
	z-index: 3;
	height: 62px;
	padding-bottom: 2px;
	background: url(../images/header-bg.png) repeat-x;
}

.logo {
	float: left;
	padding: 5px 5px 0;
}

.slidebox {
	height: 320px;
	margin-top: -3px;
}

.neinews {
	position: relative;
	z-index: 1;
	height: 32px;
	padding-bottom: 2px;
	border-top: solid 1px white;
	background: url(../images/neinews-bg.png) repeat-x;
	line-height: 32px;
}

.neinews strong {
	font-weight: bold;
}

.neinews .more {
	float: right;
	font-family: "宋体";
	color: #999;
}

.layout01, .layout02, .layout03, .layout04 {
	position: relative;
	overflow: hidden;
}

.layout01 .boxleft {
	float: left;
	width: 690px;
}

.layout01 .boxright {
	float: right;
	width: 300px;
}

.layout02 .boxleft {
	float: left;
	width: 50%;
}

.layout02 .boxright {
	float: right;
	width: 50%;
}

.layout04 {
	padding: 10px 0;
}

.layout04 .boxleft {
	float: left;
	width: 740px;
}

.layout04 .boxright {
	float: right;
	width: 250px;
}

.activelist {
	border-top: solid 1px #ccc;
	background: #d6d6d6 url(../images/activelist-bg.png) repeat-x top;
}


/* End */

/* 主导航 Nav Css */
.minnav {
	float: right;
	padding: 15px 0 0;
}

.minnav .nav {
	float: left;
}

.minnav .nav li {
	float: left;
	height: 30px;
	padding: 0 15px;
	border-radius: 2px;
	behavior: url(../ie-css3.htc);
}

.minnav .nav li a {
	display: block;
	position: relative;
	height: 30px;
	color: #333;
	line-height: 28px;
	font-size: 14px;
}

.minnav .nav li em, .minnav .nav li.current em {
	display: inline-block;
	width: 9px;
	height: 5px;
	margin: 10px 0 0 5px;
	background: url(../images/nav-more.png) no-repeat;
}

.minnav .nav li.current {
	background: #00b8d6;
}

.minnav .nav li.current a {
	color: white;
}

.minnav .nav li.current em {
	background-position: 0 -5px;
}

.nav-more-current {
	display: none;
	position: absolute;
	z-index: 9;
	top: 44px;
	left: 50%;
	margin-left: -5px;
	width: 11px;
	height: 7px;
	background: url(../images/nav-more-current.png) no-repeat;
}

.subnavbox {
	display: none;
	position: absolute;
	z-index: 3;
	top: 30px;
	right: 0;
	left: 0;
	padding-top: 30px;
}

.subnav {
	display: none;
	background: white url(../images/subnav-top-bg.png) repeat-x top;
	background: white url(../images/subnav-top-bg.png) repeat-x top\9;
	/*
	filter:alpha(opacity=90);
	*/
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	behavior: url(../ie-css3.htc);
}

.subnav a {
	color: #333 !important;
}

/* in to subnav */
.tabmenu {
	line-height: 30px;
}

.tabmenu .tab {
	height: 30px;
	overflow: hidden;
}

.tabmenu .tab li {
	float: left;
	border-radius: 0;
	font-size: 14px;
	color: white;
	cursor: pointer;
}

.tabmenu .tab li.current {
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	cursor: default;
}

.tabmenu .tabcont {
	
}

.tabmenu .menuitem {
	float: left;
	padding: 10px 0;
	overflow: hidden;
}

.tabmenu .menuitem li {
	float: left;
	*width: 126px;
	height: auto !important;
	overflow: visible;
}

.tabmenu .menuitem li a {
	display: inline;
}

.tabmenu .iconmenu {
	display: block;
	margin: 5px auto;
	width: 96px;
	height: 96px;
}

.tabmenu .textmenu {
	display: block;
	text-align: center;
}

.search {
	float: right;
	padding: 5px 0 0 5px;
}

.search input {
	height: 24px;
	border: none;
	background: url(../images/search-bg.png) no-repeat;
	font-size: 12px;
}

.search input.searchtext {
	float: left;
	height: 20px;
	padding-bottom: 4px;
	width: 100px;
	background-position: 0 0;
	padding-left: 10px;
}

.search input.searchbtn {
	width: 30px;
	background-position: right 0;
	cursor: pointer;
}

/* 右侧菜单 */
.sidebarmenu {
	background: #f0f0f0;
}

.sidebarmenu .topic {
	height: 30px;
	border-bottom: solid 1px #ccc;
	background: #eee;
	font-size: 16px;
	line-height: 30px;
}

.sidebarmenu .topic h5 {
	padding: 0 10px;
}

.sidebarmenu .menu {
	padding: 5px;
	font-size: 14px;
}

.sidebarmenu .menu li {
	height: 30px;
	border-bottom: solid 1px white;
	padding: 0 10px;
	line-height: 30px;
}

.sidebarmenu .menu a {
	color: #666;
}

.sidebarmenu .menu a:hover {
	color: #333;
}

.sidebarmenu .menu li.current {
	background: url(../images/icons/pointer-left-red.png) no-repeat left;
}

.sidebarmenu .menu li.current a {
	color: #ff0000;
}

.sidebarnav {
	margin: 0 0 10px;
}

.sidebarnav dt {
	background: url(../images/border-bg-01.png) repeat-x bottom;
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 16px;
}

.sidebarnav dt h4 {
	float: left;
	padding: 0 0 10px;
	background: url(../images/border-bg-03.png) repeat-x bottom;
}

.sidebarnav dt span {
	color: #00b8d6;
}

.sidebarnav dd {
	height: 30px;
	border-bottom: dashed 1px #ddd;
	line-height: 30px;
	font-size: 14px;
	overflow: visible;
}

.sidebarnav dd a {
	padding-left: 1em;
}

.sidebarnav dd a.current {
	background: url(../images/icons/pointer-left-red.png) no-repeat 5px
		center;
	color: #e04c29;
}

/* 底部活跃区域 active */
.columns {
	float: left;
	width: 20%;
	padding: 20px 0;
	color: #666;
}

.columns h3 {
	padding-bottom: 10px;
	font: 18px/100% "微软雅黑";
	color: #333;
}

.columns ul {
	float: left;
	padding: 5px 50px 0 0;
}

.columns li {
	line-height: 2;
}

.columns li a {
	color: #666;
	text-decoration: none;
}

.columns li a:hover {
	color: #006175;
}
/* End */

/* 通用盒子模型 CommonBox Css */
.commonbox1, .commonbox2, .commonbox3, .commonbox4, .commonbox5 {
	margin: 15px 0;
	background: white;
	overflow: hidden;
}

.commonbox1 h2, .commonbox2 h2, .commonbox4 h2, .commonbox5 h2 {
	float: left;
	font-size: 16px;
}

.moreshop {
	float: right;
	font-family: "宋体";
	font-size: 12px;
	color: #999;
}

.commonbox1 .topic {
	border-top: solid 2px #00b8d6;
	padding: 10px;
	overflow: hidden;
}

.commonbox2 {
	border: solid 2px #ccc;
	border-radius: 2px;
	padding: 10px;
}

.commonbox2 .topic {
	overflow: hidden;
}

.commonbox2 .box {
	padding: 15px 0 0;
}

/* 产品排列专用 */
.commonbox4 .topic {
	border: solid 1px #ccc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #f6f6f6;
	padding: 5px 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.commonbox4 .box {
	border: none;
}

/* 服务与支持页面 */
.commonbox5 {
	margin: 0 0 15px;
}

.commonbox5 .topic {
	border: solid 1px #ccc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #f6f6f6;
	padding: 5px 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.commonbox5 .box {
	border: solid 1px #ccc;
	border-top: none;
	padding: 15px;
}

/* End */

/* 通用UL排列 */
.ulist01, .ulist02, .ulist03, .ulist04，
.ulist05，.ulist06 {
	overflow: hidden;
}

.ulist01 li {
	border-bottom: dashed 1px #ccc;
}

.ulist02 li {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ddd;
	background: white url(../images/ulist02-bg.png) repeat-x bottom;
}

.ulist02 li:hover {
	background: #eee;
	color: #005266;
}

.ulist03 li {
	float: left;
	padding-right: 20px;
}

.ulist04 li {
	float: left;
	padding-left: 20px;
}

.ulist05 li, .ulist06 li {
	padding-left: 20px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
}

.ulist05 li {
	background: url(../images/icons/comment.png) no-repeat left center;
}

.ulist06 li {
	background: url(../images/icons/question.png) no-repeat left center;
}

.dlist01 {
	overflow: hidden;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.dlist01 dt {
	font-size: 16px;
	border-bottom: dashed 1px #eee;
	color: #333;
}

.dlist01 dd {
	float: left;
	width: 33.333333333%;
}
/* End */

/* 表格排版样式 Table Design Css */
.tblinfo {
	width: 100%;
}

.tblinfo td {
	padding: 5px;
}

.tblinfo .name1 {
	width: 60px;
	font-size: 14px;
	text-align: right;
}

.tblinfo .name2 {
	vertical-align: text-top;
}

.tblinfo .name3 {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	vertical-align: text-top;
}

.tbltemp {
	border: solid 1px #ccc;
	width: 100%;
	margin: 5px 0;
}

.tbltemp th {
	background: #fae4df;
	padding: 5px;
}

.tbltemp td {
	padding: 5px;
	border: solid 1px #ccc;
	font-size: 14px;
}

.tbltemp td.name1 {
	width: 100px;
	font-size: 14px;
	text-align: right;
}
/* End */

/* 图文混排 */
.imgtxt01 {
	overflow: hidden;
	padding: 10px;
}

.imgtxt01 dt {
	position: relative;
	float: left;
	width: 116px;
	height: 116px;
	padding: 1px;
	border: solid 1px #ccc;
	background: white;
}

.imgtxt01 dt img {
	width: 116px;
	height: 116px;
}

.imgtxt01 dt .supicons {
	position: absolute;
	z-index: 1;
	top: -5px;
	right: -4px;
	width: auto;
	height: auto;
}

.imgtxt01 dd {
	margin-left: 135px !important;
	margin-left: 132px;
	line-height: 20px;
}

.imgtxt01 .names, .imgtxt01 .depict {
	overflow: hidden;
	padding: 4px 0;
}

.imgtxt01 .names a {
	color: #005266;
}

.imgtxt01 .names h3 {
	float: left;
	font-size: 16px;
}

.imgtxt01 .names span {
	float: right;
	color: #999;
}

.imgtxt01 .depict {
	
}

.imgtxt01 .depict .shop {
	padding: 10px 0 0;
}

.imgtxt01 .depict .down {
	color: #e04c29;
}

/* 在 layout04 布局 boxleft 中 大图文展示 */
.imgtxt02 {
	position: relative;
	margin-bottom: 10px;
	line-height: 200%;
}

.imgtxt02 dt {
	border: solid 1px #ddd;
	background: white;
	padding: 1px;
	white: 736px;
	height: 186px;
}

.imgtxt02 dt img {
	width: 736px;
	height: 186px;
}

.imgtxt02 dd {
	margin: 0 0 30px;
	padding: 10px 0;
	font-size: 14px;
}

.imgtxt02 dd h3 {
	padding: 0 0 5px;
	font-size: 20px;
}

.imgtxt02 dd a.more {
	color: #e04c29;
}

.imgtxt02 dt:hover {
	background: #ddd;
}

/* 博客/论坛 头条显示 */
.imgtxt04 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #ccc;
	overflow: hidden;
}

.imgtxt04 dt {
	position: relative;
	float: left;
	width: 91px;
	height: 91px;
	border: solid 1px #ccc;
	padding: 1px;
	overflow: hidden;
}

.imgtxt04 dt img {
	width: 91px;
	height: 91px;
}

.imgtxt04 dd {
	margin-left: 105px !important;
	margin-left: 102px;
	line-height: 20px;
}

.imgtxt04 dd h5 {
	font-size: 14px;
}

.imgtxt04 dd p {
	padding-top: 10px;
	font-size: 12px;
	color: #999;
}
/* End */

/* 新锐文化 */
.bolgshow {
	padding: 0 0 10px;
	border-bottom: dashed 1px #ccc;
}

.bolgshow h3 {
	padding-bottom: 5px;
	font-size: 14px;
}

.bolgshow p {
	line-height: 20px;
	color: #666;
}

.bolglist {
	padding: 5px 0;
}

.bolglist .blogs li {
	height: 25px;
	background: url(../images/icons/document01.png) no-repeat left center;
	padding-left: 25px;
	line-height: 25px;
}
/**/

/* 相册首页展示 */
.neiershow {
	overflow: hidden;
}

.neiershow dt {
	float: left;
}

.neiershow dd {
	float: right;
}

.maxpic, .minpic {
	border: solid 1px #ccc;
	background: white;
	padding: 1px;
	overflow: hidden;
}

.maxpic:hover, .minpic:hover {
	border-color: #005266;
}

.maxpic {
	width: 176px;
	height: 124px;
}

.minpic {
	width: 86px;
	height: 56px;
	margin-bottom: 8px;
}

/* Tab 全部 */
.tab1, .tab2 {
	overflow: hidden;
}

.tab1 .tab {
	height: 35px;
	background: url(../images/border-bg-01.png) repeat-x 0 28px;
}

.tab1 .tab li {
	float: left;
	padding: 0 0 5px;
	font-size: 18px;
	cursor: pointer;
}

.tab1 .tab li.current {
	background: url(../images/tab1-pointer.png) no-repeat center bottom;
	cursor: default;
}

.tab1 .tab li a {
	display: block;
	height: 30px;
	padding: 0 10px;
	text-decoration: none;
	color: #666;
}

.tab1 .tab li.current a {
	background: url(../images/border-bg-02.png) repeat-x bottom;
	color: #115fad;
}

.tab1 .tabox {
	padding: 10px 0;
}

.tab2 {
	padding: 10px 0 0;
}

.tab2 .tab {
	position: relative;
	height: 32px;
	border-top: solid 2px #999;
	border-right: solid 1px #ccc;
	background: url(../images/border-bg-01.png) repeat-y left;
}

.tab2 .tab li {
	float: left;
	height: 30px;
	padding: 0 15px 0;
	background: none;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

.tab2 .tab li.current {
	height: 34px;
	margin-top: -4px;
	border: solid 1px #ccc;
	border-top: solid 2px #e94615;
	border-bottom-color: white;
	background: white;
	color: #e94615;
	cursor: default;
}

.tab2 .tabox {
	border: solid 1px #ccc;
	padding: 10px;
}
/* End */

/* 文章正文类 */
.borderbox {
	border: solid 1px #ccc;
	padding: 10px;
}

.newsbox {
	font-size: 14px;
	line-height: 200%;
	color: #666;
}

.newsbox .topic1 {
	height: 30px;
	padding: 0 10px;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
	line-height: 30px;
}

.newsbox .topic2 {
	padding: 10px;
}

.newsbox .topic2 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #f39800;
}

.newsbox .topic2 .posttime {
	color: #999;
}

.newsbox p {
	padding: 5px 0;
	text-indent: 2em;
}
/* 文章列表类 */
.newslist1 {
	padding: 15px 0;
}

.newslist1 li {
	padding: 5px 10px;
}

.newslist1 li .posttime {
	float: left;
	margin-right: 20px;
	font-weight: bold;
}
/* End */

/* 分类管理 */
.filtration, .mode {
	position: relative;
}

.filtration {
	padding: 10px;
}

.mode dt {
	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 32px;
}

.mode dd {
	margin-left: 80px;
	overflow: hidden;
}

.mode dd a {
	padding: 0 10px;
	border-right: solid 1px #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999;
}

.mode dd a:hover {
	color: #333;
}

.mode dd a.current {
	color: #f60;
}

.jobform {
	margin-bottom: 10px;
}

.jobform td {
	width: 33.33333%;
	border: solid 1px #eee;
}

.jobform caption {
	border: solid 1px #eee;
	border-bottom: none;
	background: #fffeee;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
}

.btnjobs {
	width: 120px;
	height: 30px;
	border: none;
	background: url(../images/btn-jobs.png) no-repeat;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-family: "微软雅黑", "黑体";
	cursor: pointer;
}

.textjob1, .textjob2 {
	width: 180px;
	height: 30px;
	padding: 0 5px;
	border: solid 1px #ccc;
	background: whtie;
	font-size: 14px;
	line-height: 30px;
}

.textjob2 {
	width: 80px;
}

select.textjob1 {
	width: 192px;
	height: 32px;
	padding: 1px;
}

textarea.works {
	width: 90%;
	height: 100px;
	padding: 0 5px;
	font-size: 14px;
	line-height: 25px;
	border: solid 1px #ccc;
}