﻿@import url("Base.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}
a:link,a:visited,a:active {
	color:#555;
	text-decoration:none;
}
a:hover {
	color:#0a8fdc;
	text-decoration:none;
}
.a:link,.a:visited,.a:active {
	color:#0a8fdc;
	text-decoration:none;
}
.a:hover {
	color:#0a8fdc;
	text-decoration:underline;
}
.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_blk {
	height:110px;
	background:url(../Images/Header_Bg.jpg) no-repeat center top;
}
#header {
	position:relative;
	z-index:1;
	margin:0px auto;
	width:980px;
	height:110px;
	background:url(../Images/Header_Bg.jpg) no-repeat center top;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
}
#header_tel {
	position:absolute;
	top:60px;
	right:0px;
	padding-left:135px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#247905;
	background:url(../Images/Header_Tel_cn.png) no-repeat;
}
#language {
	position:absolute;
	top:12px;
	right:0px;
	width:177px;
	height:19px;
	font-weight:bold;
	background:url(../Images/Language_Bg.jpg) no-repeat;
}
#language a {
	color:#fff;
}
#language_cn {
	position:absolute;
	top:4px;
	left:25px;
}
#language_en {
	position:absolute;
	top:2px;
	left:113px;
}
#search {
	position:absolute;
	top:7px;
	right:0px;
	width:184px;
	height:26px;
	background:url(../Images/Search_Bg.jpg) no-repeat;
}
#search_key {
	position:absolute;
	top:0px;
	left:5px;
	width:150px;
	height:26px;
	line-height:26px;
	color:#333;
	border:none;
	background:none;
}
#search_button {
	position:absolute;
	top:6px;
	right:9px;
	display:block;
	width:15px;
	height:15px;
	cursor:pointer;
}
#nav_blk {
	margin-top:1px;
	height:38px;
	background:url(../Images/Nav_Bg.jpg) repeat-x;
}
#nav {
	position:relative;
	z-index:99;
	margin:0px auto;
	width:1000px;
	height:38px;
	background:url(../Images/Nav_Bg.jpg) repeat-x;
}
#nav2 {
	height:37px;
}
#nav2 a {
	display:block;
	margin-right:15px;
	float:left;
	width:113px;
	height:37px;
	line-height:35px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:16px;
	color:#fff;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.nav_over:link,.nav_over:visited,.nav_over:active,.nav_over:hover {
	background:url(../Images/Nav_Over.jpg) no-repeat;
}
.nav_out:link,.nav_out:visited,.nav_out:active {
	background:none;
}
.nav_out:hover {
	background:url(../Images/Nav_Over.jpg) no-repeat;
}
.nav_menu {
	position:absolute;
	top:37px;
	left:0px;
	display:none;
	width:113px;
	border-top:1px solid #fff;
}
.nav_menu a {
	position:relative;
	display:block;
	padding:9px 0px 7px 0px;
	text-align:center;
	border-bottom:1px solid #fff;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.nav_menu a img {
	position:absolute;
	top:10px;
	right:9px;
}
.nav_menu a:link,.nav_menu a:visited,.nav_menu a:active {
	color:#fff;
	background:#57bffa;
}
.nav_menu a:hover {
	color:#fff;
	background:#209ff0;
}
.nav_menu div {
	position:relative;
	width:113px;
}
.nav_menu div:hover p {
	display:block;
}
.nav_menu div p {
	position:absolute;
	top:0px;
	left:113px;
	display:none;
	width:113px;
	border-left:1px solid #fff;
}
#flash_blk {
	position:relative;
	z-index:1;
	width:100%;
	height:370px;
	border-bottom:3px solid #cdcdcd;
	overflow:hidden;
}
#flash {
	position:absolute;
	top:0px;
	left:50%;
	z-index:1;
	margin-left:-960px;
	width:1920px;
	height:370px;
	overflow:hidden;
}
#flash p {
	width:1920px;
	height:370px;
	text-align:center;
	font-size:0px;
}
#flash_button {
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:2;
	width:100%;
	hegiht:12px;
	text-align:center;
}
#flash_button a {
	display:inline-block;
	margin:0px 3px;
	width:12px;
	height:12px;
	line-height:12px;
	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:#ff3006;
	background:url(../Images/Flash_Button_Over.png) no-repeat;
}
#flash_button a:hover{
	color:#ff3006;
	background:url(../Images/Flash_Button_Over.png) no-repeat;
}
#content {
	margin:10px auto 0px auto;
	width:980px;
	background:url(../Images/Content_Bg.jpg) no-repeat 231px 0px;
}
#left {
	float:left;
	width:220px;
}
#right {
	float:right;
	width:730px;
}
#footer_blk {
	margin-top:20px;
	background:url(../Images/Footer_Bg.jpg) repeat-x;
}
#footer {
	margin:0px auto;
	padding:20px 0px 30px 0px;
	width:980px;
	line-height:20px;
	text-align:center;
	background:url(../Images/Footer_Bg.jpg) repeat-x;
}

/*===================================================================================*/

#iabout_box {
	position:relative;
	height:193px;
	background:url(../Images/iAbout_Bg.jpg) no-repeat;
}
.ititle {
	position:relative;
	padding-left:25px;
	height:45px;
	line-height:28px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#0a8fdc;
}
.ititle span {
	padding-left:8px;
	font-size:12px;
	color:#b1b1b1;
}
.ititle img {
	position:absolute;
	top:8px;
	right:11px;
}
#inews_blk {
	width:308px;
}
#inews {
	margin:0px auto;
	width:290px;
}
#inews li {
	height:25px;
}
#inews li span {
	float:right;
}
#inews li strong {
	font-family:"宋体";
	font-weight:normal;
}
#iabout_blk {
	position:absolute;
	top:0px;
	left:319px;
	width:342px;
	height:193px;
	overflow:hidden;
}
#iabout {
	margin:0px auto;
	width:324px;
	line-height:19px;
	overflow:hidden;
}
#icontact_blk {
	position:absolute;
	top:0px;
	right:1px;
	width:308px;
	height:193px;
	overflow:hidden;
}
#icontact {
	margin:0px auto;
	width:280px;
	height:144px;
	line-height:24px;
	overflow:hidden;
}
#iproducts_blk {
	position:relative;
	margin:20px auto 0px auto;
	height:214px;
	background:url(../Images/iProducts_Bg.jpg) no-repeat;
}
#iproducts_title {
	position:absolute;
	top:0px;
	left:419px;
	display:block;
	width:143px;
	height:28px;
	line-height:26px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	color:#0a8fdc;
}
#iproducts_button_left {
	position:absolute;
	top:97px;
	left:18px;
	display:block;
	width:13px;
	height:25px;
	cursor:pointer;
	background:
}
#iproducts_button_right {
	position:absolute;
	top:97px;
	right:18px;
	display:block;
	width:13px;
	height:25px;
	cursor:pointer;
}
#iproducts {
	position:absolute;
	top:40px;
	left:47px;
	width:885px;
	overflow:hidden;
}
#iproducts div {
	float:left;
}
#iproducts dl {
	float:left;
	margin-right:15px;
	width:135px;
	text-align:center;
}
#iproducts dl dt {
	font-size:0px;
}
#iproducts dl dt img {
	width:133px;
	height:133px;
	border:1px solid #ddd;
}
#iproducts dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

#ilinks {
	position:relative;
	margin:20px auto 0px auto;
	width:980px;
	height:30px;
	background:url(../Images/Links_Bg.jpg) no-repeat;
}
#ilinks strong {
	display:block;
	width:91px;
	height:30px;
	line-height:28px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
#ilinks p {
	position:absolute;
	top:0px;
	left:103px;
	width:860px;
	height:30px;
	line-height:32px;
	overflow:hidden;
}
#ilinks p a {
	margin-left:12px;
}
/*===================================================================================*/

.left_title {
}
.left_menu {

}
.left_menu_over,.left_menu_out {
	display:block;
	margin-top:7px;
	padding:8px 0px 7px 38px;
	border:1px solid #dadada;
	background:url(../Images/Left_Menu_Bg.jpg) no-repeat #ededed;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_menu_out:link,.left_menu_out:visited,.left_menu_out:active {
	color:#222;
}
.left_menu_out:hover {
	color:#ff2f06;
	font-weight:bold;
}
.left_menu_over:link,.left_menu_over:visited,.left_menu_over:active,.left_menu_over:hover {
	color:#ff2f06;
	font-weight:bold;
}
.left_menu ul {
	padding-top:15px;
}
.left_menu li {
	padding-bottom:20px;
	background:url(../Images/Left_Menu_Bg2.jpg) no-repeat left bottom;
}
.left_menu li p {
	padding:0px 0px 0px 50px;
	background:url(../Images/Ico1.jpg) no-repeat 38px 4px;
}
.left_menu li p a {
	color:#555;
}
.left_menu li p a:hover {
	color:#ff2f06;
}
#left_image p {
	margin-top:8px;
	font-size:0px;
}
/*===================================================================================*/

.nodata {
	padding:100px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#title {
	position:relative;
	height:39px;
	line-height:49px;
	text-align:right;
	border-bottom:3px solid #219ff0;
	background:url(../Images/Title_Bg.jpg) no-repeat 8px 6px;
	overflow:hidden;
}
#title strong {
	position:absolute;
	top:8px;
	left:45px;
	line-height:normal;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	color:#209ff0;
}
#showtext {
	margin:0px auto;
	padding-top:20px;
	width:700px;
	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;
	width:700px;
	height:38px;
	background:url(../Images/Line.jpg) repeat-x;
	overflow:hidden;
}
#prenext p {
	height:20px;
}
#prenext_back {
	position:absolute;
	top:12px;
	right:0px;
}
/*===================================================================================*/
/* 企业图片列表 */

#about_image_blk {
	margin:0px auto;
	width:700px;
	overflow:hidden;
}
#about_image {
	width:735px;
}
#about_image dl {
	margin:20px 35px 0px 0px;
	float:left;
	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 #0a8fdc;
}
#about_image dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

/*===================================================================================*/
/* 产品列表 */

#products_blk {
	margin:0px auto;
	width:710px;
	overflow:hidden;	
}
#products {
	width:720px;
}
#products dl {
	float:left;
	margin:20px 10px 0px 0px;
	width:170px;
	text-align:center;
}
#products dl dt {
	font-size:0px;
}
#products dl dt img {
	width:168px;
	height:168px;
	border:1px solid #ddd;
}
#products dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}


#products_show {
	margin:25px auto 0px auto;
	width:710px;
}
#products_image {
	float:left;
	width:452px;
	border:4px solid #e8e8e8;
}
#products_desc {
	float:right;
	width:230px;
}
#products_desc p {
	margin-top:8px;
}
#products_desc div {
	margin-top:15px;
	line-height:20px;
}
#products_desc div strong {
	display:block;
}
#products_title {
	position:relative;
	margin-top:15px;
	height:30px;
	border-bottom:2px solid #209ff0;
}
#products_title strong {
	position:absolute;
	top:0px;
	left:5px;
	display:block;
	padding:0px 20px;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #209ff0;
	border-bottom:2px solid #fff;
	background:#fff;
}


/*===================================================================================*/
/* 新闻列表 */

#news {
	margin:5px auto 0px auto;
	padding-top:1px;
	width:700px;
}
.news_list {
	padding:20px 0px 20px 0px;
	color:#666;
	background:url(../Images/Line.jpg) repeat-x left bottom;
}
.news_list p {
	height:20px;
}
.news_list p a {
	font-weight:bold;
}
.news_list p span {
	float:right;
}
.news_list strong {
	font-family:"宋体";
	font-weight:normal;
}
.news_list div {
	padding-left:12px;
	height:36px;
	line-height:18px;
	overflow:hidden;
}
#news_title {
	margin:30px auto 0px auto;
	width:700px;
	line-height:18px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#news_info {
	position:relative;
	margin:0px auto;
	padding:30px 0px 10px 0px;
	width:700px;
	color:#888;
	background:url(../Images/Line.jpg) repeat-x left bottom;
}
#news_share {
	position:absolute;
	bottom:4px;
	right:0px;
}

#news2 {
	margin:5px auto 0px auto;
	padding-top:1px;
	width:700px;
}
#news2 li {
	padding:14px 0px 12px 0px;
	background:url(../Images/Line.jpg) repeat-x left bottom;
}
#news2 li span {
	float:right;
}

/*===================================================================================*/
/* 信息反馈 */

#feedback {
	padding-top:20px;
}
#feedback td {
	padding:5px;
}
#feedback td span {
	margin-left:5px;
	font-family:"宋体";
	color:#ff0000;
}

/*===================================================================================*/
/* 浮动在线客服 */

#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:710px;
	height:22px;
}
#news_page {
	margin:40px auto 0px auto;
	width:700px;
	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 #0a8fdc;
	background:#0a8fdc;
}
.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 #0a8fdc;
	background:#0a8fdc;
}
.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 #0a8fdc;
	background:#0a8fdc;
}