﻿@import url("base.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a:link,a:visited,a:active {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#4b6492;
	text-decoration:none;
}

.anoline {
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.anolines a {
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
/*===================================================================================*/

#main {

}
#header_top_blk {
	height:22px;
	background:#000;
}
#header_top {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:22px;
	line-height:22px;
	text-align:right;
	color:#fff;
	background:#000;
}
#header_top img {position:relative;top:2px;}
#header {
	position:relative;
	z-index:1;
	margin:0px auto;
	width:1000px;
	height:105px;
}
#logo {position:absolute;top:10px;left:0px;}
#header_a {position:absolute;top:15px;right:0px;}
#language {position:absolute;top:62px;right:0px;}
#language a {margin-left:15px;}
#search {
	position:absolute;
	top:57px;
	right:210px;
	width:185px;
	height:24px;
	background:url(../images/search_bg.jpg) no-repeat;
}
#search_key {
	position:absolute;
	top:1px;
	left:6px;
	width:146px;
	height:22px;
	line-height:22px;
	border:none;
}
#search_button {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:28px;
	height:24px;
	cursor:pointer;
}
#nav_blk {
	height:39px;
	background:url(../images/nav_bg_cn.jpg) repeat-x;
}
#nav {
	position:relative;
	z-index:99;
	margin:0px auto;
	width:1000px;
	height:39px;
	background:url(../images/nav_bg_cn.jpg) repeat-x;
}
#nav2 {
	height:39px;
}
#nav2 a {
	display:block;
	float:left;
	margin-right:10px;
	padding:0px 30px;
	height:39px;
	line-height:39px;
	font-size:14px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.nav_over:link,.nav_over:visited,.nav_over:active,.nav_over:hover {
	color:#000;
	background:#fff;
}
.nav_out:link,.nav_out:visited,.nav_out:active {
	color:#fff;
	background:none;
}
.nav_out:hover {
	color:#000;
	background:#fff;
}
.nav_menu {
	position:absolute;
	top:39px;
	left:0px;
	display:none;
	padding:15px 20px 15px 15px;
	width:400px;
	border:1px solid #fff;
	border-top:none;
	background:url(../images/navmenu_bg.jpg) repeat-x left bottom #fff;
}
.nav_menu_content {
	float:left;
	width:200px;
	line-height:1.6;
	overflow:hidden;
	background:url(../images/navmenu_Line.jpg) repeat-y right top;
}
.nav_menu_list {
	float:right;
	position:relative;
	top:-8px;
	width:180px;
}
.nav_menu_list a {
	display:block;
	padding:9px 0px 9px 6px;
	border-bottom:1px solid #ccc;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.nav_menu_list a:link,.nav_menu_list a:visited,.nav_menu_list a:active {
	color:#000;
}
.nav_menu_list a:hover {
	color:#4b6492;
}
#content_blk {
	background:url(../images/content_bgs.jpg) repeat-x;
}
#content {
	margin:0px auto;
	width:1000px;
}
#left {
	float:left;
	width:220px;
}
#right {
	float:right;
	width:740px;
}
#banner {
	width:740px;
	font-size:0px;
	overflow:hidden;
}
#footer_nav {
	margin:0px auto;
	padding:40px 0px 10px 0px;
	width:1000px;
}
#footer_nav span {
	padding:0px 8px;
}
#footer_blk {
	background:url(../images/footer_bg.jpg) repeat-x;
}
#footer {
	margin:0px auto;
	padding:20px 0px;
	width:1000px;
	line-height:20px;
	background:url(../images/footer_bg.jpg) repeat-x;
}

/*===================================================================================*/

#flash_blk {
	position:relative;
	z-index:1;
	width:100%;
	height:450px;
	overflow:hidden;
}
#flash {
	position:absolute;
	top:0px;
	left:50%;
	z-index:1;
	margin-left:-960px;
	width:1920px;
	height:450px;
	overflow:hidden;
}
#flash p {
	width:1920px;
	height:450px;
	text-align:center;
	font-size:0px;
}
#flash_button {
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:2;
	width:100%;
	hegiht:10px;
	text-align:center;
}
#flash_button a {
	display:inline-block;
	margin:0px 4px;
	width:10px;
	height:10px;
	line-height:10px;
	font-size:0px;
	text-align:center;
	color:#fff;
	background:url(../images/flash_button_out.png) no-repeat;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#flash_button a.activeSlide {
	color:#4b6492;
	background:url(../images/flash_button_over.png) no-repeat;
}
#flash_button a:hover{
	color:#4b6492;
	background:url(../images/flash_button_over.png) no-repeat;
}

#icontent {
	margin:0px auto;
	width:1000px;
	background:url(../images/content_bgs.jpg) repeat-x;
}
.ititle {
	position:relative;
	height:61px;
}
.ititle strong {
	position:absolute;
	top:31px;
	left:13px;
	font-size:14px;
	font-weight:normal;
	color:#000;
}
.ititle a {
	position:absolute;
	top:32px;
	left:13px;
	font-size:14px;
	font-weight:normal;
	color:#000;
}
#inews_box {
	position:relative;
	height:190px;
	background:url(../images/inews_bg.jpg) no-repeat;
	overflow:hidden;
}
#inews_blk {
	width:230px;
}
#inews {
	margin-top:15px;
}
#inews li {
	height:22px;
}
#inews li span {
	font-family:"宋体";
	color:#666;
}


#iproducts_blk {
	position:absolute;
	top:0px;
	left:270px;
	width:270px;
}
#iproducts_button_left {
	position:absolute;
	top:30px;
	left:218px;
	display:block;
	width:18px;
	height:18px;
	cursor:pointer;
}
#iproducts_button_right {
	position:absolute;
	top:30px;
	left:248px;
	display:block;
	width:18px;
	height:18px;
	cursor:pointer;
}
#iproducts {
	margin:0px 0px 0px 3px;
	width:263px;
	height:100px;
	overflow:hidden;
}
#iproducts div {
	float:left;
}
#iproducts dl {
	float:left;
	width:263px;
	height:100px;
	overflow:hidden;
}
#iproducts dl dt {
	float:left;
	width:133px;
	height:100px;
	font-size:0px;
}
#iproducts dl dt img {
	width:133px;
	height:100px;
}
#iproducts dl dd {
	float:right;
	width:120px;
	height:100px;
	line-height:18px;
	overflow:hidden;
}
#iproducts dl dd strong {
	display:block;
	margin-bottom:10px;
	font-size:14px;
}
#iproducts dl dd p {
	margin-bottom:10px;
	height:72px;
	overflow:hidden;
}

#inetwork_blk {
	position:absolute;
	top:0px;
	left:570px;
	width:230px;
}
#inetwork {
	padding:15px 0px 0px 10px;
	font-size:0px;
}
#inetwork img {
	width:200px;
	height:115px;
}

#ilinks_blk {
	position:absolute;
	top:0px;
	right:0px;
	width:180px;
}
#ilinks {
	padding:15px 0px 0px 4px;
}
#ilinks li {
	padding-left:10px;
	height:22px;
	background:url(../images/ico2.jpg) no-repeat 0px 4px;
}
/*===================================================================================*/

.left_title {
	display:none;
}
.left_menu {
	border:1px solid #ddd;
	border-bottom:none;
}
.left_menu_over,.left_menu_out {
	display:block;
	padding:11px 0px 9px 10px;
	border-bottom:1px solid #ddd;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_menu_out:link,.left_menu_out:visited,.left_menu_out:active {
	color:#333;
}
.left_menu_out:hover {
	color:#4b6492;
	background:#f5f5f5;
}
.left_menu_over:link,.left_menu_over:visited,.left_menu_over:active,.left_menu_over:hover {
	color:#4b6492;
	background:#f5f5f5;
}

.left_menu div {
	padding:10px;
	border-bottom:1px solid #ddd;
}
.left_menu_over2,.left_menu_out2 {
	display:block;
	padding:8px 0px 8px 20px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_menu_out2:link,.left_menu_out2:visited,.left_menu_out2:active {
	color:#333;
	background:url(../images/ico1.gif) no-repeat 10px 12px;
}
.left_menu_out2:hover {
	color:#4b6492;
	background:url(../images/ico1.gif) no-repeat 10px 12px #f5f5f5;
}
.left_menu_over2:link,.left_menu_over2:visited,.left_menu_over2:active,.left_menu_over2:hover {
	color:#4b6492;
	background:url(../images/ico1.gif) no-repeat 10px 12px #f5f5f5;
}

#left_contact_title {
	margin-top:10px;
	padding:11px 0px 9px 10px;
	color:#4b6492;
	border:1px solid #ddd;
	border-bottom:none;
	background:#f5f5f5;
}
#left_contact {
	padding:8px 10px;
	line-height:22px;
	border:1px solid #ddd;
}

/*===================================================================================*/

.nodata {
	padding:100px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#title {
	margin:0px auto;
	padding:12px 0px;
	width:1000px;
	color:#888;
}
#title a {
	color:#888;
}
#title a:hover {
	color:#4b6492;
}
#title span {
	font-family:"宋体";
}
#showtext {
	margin:0px auto;
	padding-top:18px;
	width:740px;
	overflow:hidden;
}
.inputtext {
	padding:0px 5px;
	height:24px;
	line-height:24px;
	border-top:1px solid #ABADB3;
	border-left:1px solid #ABADB3;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.inputarea {
	padding:5px;
	border-top:1px solid #ABADB3;
	border-left:1px solid #ABADB3;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	overflow-y:auto;
}
.button {
	padding:3px 10px;
	color:#333;
	font-weight:bold;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	background:#eee;
	cursor:pointer;
}
.button2 {
	width:90px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	border:none;
	background:url(../images/button2_bg.jpg) no-repeat;
}
.button2 a {
	color:#333;
}

.editorc {
	line-height:1.6;
}
.editorc p {
	margin-bottom:15px;
}
.editorc a:link,.editorc a:visited,.editorc a:active {
	text-decoration:underline;
}
.editorc a:hover {
	text-decoration:underline;	
}
.editorc ul {
	margin-left:35px;
}
.editorc ul li {
	list-style-type:disc;
	line-height:18px;
}
.editorc ol {
	margin-left:35px;
}
.editorc ol li {
	list-style-type:decimal;
	line-height:18px;
}
.editorc table {
	margin-bottom:15px;
	border:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.editorc td {
	padding:6px 5px;
	border:none;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.editorc td table {
	margin-bottom:0px;
}
.editorc td p {
	margin:0px;
	padding:0px;
}

#prenext {
	position:relative;
	margin:20px auto 0px auto;
	padding-top:12px;
	height:38px;
	border-top:1px solid #ddd;
	overflow:hidden;
}
#prenext p {
	height:20px;
}
#prenext_back {
	position:absolute;
	top:12px;
	right:0px;
	font-weight:bold;
}
/*===================================================================================*/
/* 企业图片列表 */

#about_image_blk {
	margin:0px auto;
	width:740px;
	overflow:hidden;
}
#about_image {
	width:795px;
}
#about_image dl {
	float:left;
	margin:20px 55px 0px 0px;
	width:210px;
	text-align:center;
}
#about_image dl dt {
	font-size:0px;
}
#about_image dl dt img {
	padding:1px;
	width:200px;
	height:150px;
	border:4px solid #ddd;
}
#about_image dl dt img:hover {
	border:4px solid #333;
}
#about_image dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

/*===================================================================================*/
/* 产品列表 */

#products_class_name {
	font-size:16px;
	font-weight:bold;
	color:#4b6492;
}
#products_blk {
	width:740px;	
}
#products {
	width:740px;
}
#products dl {
	position:relative;
	margin-top:15px;
	height:140px;
	border:1px solid #ddd;
	overflow:hidden;
}
#products dl:hover {
	border:1px solid #4b6492;
}
#products dl dt {
	position:absolute;
	top:10px;
	left:10px;
	width:160px;
	height:120px;
	font-size:0px;
}
#products dl dt img {
	width:160px;
	height:120px;
}
#products dl dd {
	position:absolute;
	top:10px;
	right:20px;
	width:530px;
	height:120px;
}
#products dl dd strong {
	display:block;
	font-size:14px;
}
#products dl dd p {
	margin-top:10px;
	height:80px;
	line-height:20px;
	color:#666;
	overflow:hidden;
}

#products_image_blk {
	float:left;
	width:380px;
}
#products_image {
	font-size:0px;
}
#products_image img {
	width:380px;
	height:285px;
}
#products_thumb_blk {
	position:relative;
	margin-top:10px;
	width:380px;
	height:56px;
	overflow:hidden;
}
#products_thumb_left {
	position:absolute;
	top:8px;
	left:0px;
	font-family:"宋体";
	font-size:40px;
	font-weight:bold;
	color:#555;
	cursor:pointer;
}
#products_thumb_right {
	position:absolute;
	top:8px;
	right:0px;
	font-family:"宋体";
	font-size:40px;
	font-weight:bold;
	color:#555;
	cursor:pointer;
}
#products_thumb {
	position:absolute;
	top:0px;
	left:30px;
	width:320px;
	height:56px;
	overflow:hidden;
}
#products_thumb a {
	float:left;
	margin:0px 8px 0px 0px;
	width:74px;
	height:56px;
	font-size:0px;
}
#products_thumb a img {
	width:74px;
	height:56px;
}
#products_desc_blk {
	float:right;
	width:335px;
	overflow:hidden;
}
#products_name {
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	color:#4b6492;
}

/*===================================================================================*/
/* 新闻列表 */
#news {
	margin:0px auto;
	width:736px;
}
#news li {
	margin-top:15px;
	padding:0px 0px 0px 15px;
	height:22px;
	background:url(../images/news_line.gif) no-repeat left bottom;
}
#news span {
	float:right;
	color:#888;
}
#news_title {
	margin:0px auto 0px auto;
	line-height:18px;
	text-align:center;
	font-size:14px;
}
#news_info {
	margin:0px auto;
	padding:15px 0px 10px 0px;
	text-align:center;
	color:#999;
	border-bottom:1px solid #ddd;
}

/*===================================================================================*/
/* 信息反馈 */

#feedback {
	padding-top:20px;
}
#feedback td {
	padding:5px;
}
#feedback td span {
	margin-left:5px;
	font-family:"宋体";
	color:#ff0000;
}

/*===================================================================================*/
/* 网站地图 */

#map {
}
.map_list {
	margin-top:20px;
}
.map_list strong {
	display:block;
	font-size:14px;
}
.map_list p {
	margin-top:5px;
	line-height:20px;
}
.map_list p span {
	font-family:"宋体";
	padding:0px 10px;
	color:#999;
}

.map_list2 {
	margin-top:20px;
}
.map_list2 strong {
	display:block;
	font-size:14px;
}
.map_list2 div {
	margin-top:5px;
	line-height:20px;
}
.map_list2 p {
	padding:0px 0px 10px 0px;
}
.map_list2 p span {
	font-family:"宋体";
	padding:0px 10px;
	color:#999;
}
/*===================================================================================*/
/* 浮动在线客服 */

#qq_online {
	position:absolute;
	z-index:99;
	width:130px;
}
#qq_online_top {
	height:26px;
	background:url(../images/qq_top_bg.gif) no-repeat;
}
#qq_online_top p {
	padding:6px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}
#qq_online_top p img {
	margin-top:2px;
	float:right;
	cursor:pointer;
}
#qq_online_list {
	background:url(../images/qq_middle_bg.gif) repeat-y;
}
#qq_online_list p {
	position:relative;
	margin:0px 3px;
	width:124px;
	height:25px;
	font-family:"宋体";
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#fff;
}
#qq_online_list p:hover {
	border-top:1px solid #A3E7FC;
	border-bottom:1px solid #A3E7FC;
	background:#E1F7FD;
}
#qq_online_list p img {
	position:absolute;
	top:2px;
	left:5px;
	width:21px;
	height:21px;
}
#qq_online_list p a {
	position:absolute;
	top:6px;
	left:31px;
}
#qq_online_bottom {
	height:42px;
	font-size:0px;
	background:url(../images/qq_bottom_bg.gif) no-repeat;
}

/*
#qq_online {
	position:absolute;
	z-index:99;
	width:150px;
}
#qq_online_top {
	position:relative;
	height:65px;
	background:url(../images/qq_top.jpg) no-repeat;
}
#qq_online_top span {
	position:absolute;
	top:18px;
	right:17px;
	display:block;
	width:62px;
	height:11px;
	cursor:pointer;
}
#qq_online_list {
	padding-top:10px;
	background:url(../images/qq_bg.jpg) repeat-y;
}
#qq_online_list p {
	position:relative;
	margin-left:16px;
	width:118px;
	height:40px;
}
#qq_online_list p img {
	position:absolute;
	top:0px;
	left:5px;
	width:30px;
	height:30px;
}
#qq_online_list p a {
	position:absolute;
	top:10px;
	left:43px;
	font-weight:bold;
}
#qq_online_bottom {
	height:7px;
	font-size:0px;
	background:url(../images/qq_bottom.jpg) no-repeat;
}
*/
/*===================================================================================*/

#products_page {
	margin:40px auto 0px auto;
	width:740px;
	height:22px;
}
#news_page {
	margin:40px auto 0px auto;
	width:740px;
	height:22px;
}
.fypage_blk {
	height:22px;
	overflow:hidden;
}
.fypage a {
	float:left;
	display:block;
	margin-right:4px;
	padding:0px 5px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.fypage a:link,.fypage a:visited,.fypage a:active {
	color:#333;
	text-decoration:none;
	border:1px solid #ddd;
	background:#fff;
}
.fypage a:hover {
	color:#fff;
	border:1px solid #333;
	background:#333;
}
.fypage a.fypage_str {
	line-height:22px;
}
.fypage span {
	float:left;
	display:block;
	margin-right:4px;
	padding:0px 5px;
	height:20px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
}
.fypage span.fypage_current {
	line-height:20px;
	font-weight:bold;
	color:#fff;
	border:1px solid #333;
	background:#333;
}
.fypage span.fypage_disabled {
	line-height:22px;
	color:#333;
	border:1px solid #ddd;
	background:#fff;
	overflow:hidden;
}
.fypage_sl {
	float:left;
	display:block;
	margin-right:4px;
	width:15px;
	height:20px;
	line-height:20px;
	font-weight:normal;
	color:#333;
}
.fypage_go {
	float:left;
	position:relative;
	width:100px;
	height:22px;
	overflow:hidden;
}
#fypage_gov {
	position:absolute;
	top:0px;
	left:0px;
	padding:0px 3px;
	width:40px;
	height:20px;
	line-height:20px;
	color:#333;
	border:1px solid #ddd;
	background:#fff;
}
#fypage_gobtn {
	position:absolute;
	top:0px;
	left:52px;
	color:#333;
	line-height:22px;
	border:1px solid #ddd;
	background:#fff;
	cursor:pointer;
}
#fypage_gobtn:hover {
	color:#fff;
	border:1px solid #333;
	background:#333;
}