﻿@import url("base.css");
body {
	font-family:Verdana, Arial;
	color:#404040;
	font-size:12px;
	overflow-x:hidden;
}
input,select {
	font-family:Verdana, Arial;
	font-size:12px;
	color:#444;
}
textarea {
	font-family:Verdana, Arial;
	font-size:12px;
	color:#444;
}
a:link,a:visited,a:active {
	color:#404040;
	text-decoration:none;
}
a:hover {
	color:#e03f02;
	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_blk {
	height:116px;
	background:url(../images/header_bgs.jpg) repeat-x left bottom;
}
#header {
	position:relative;
	z-index:1;
	margin:0px auto;
	width:1000px;
	height:116px;
	background:url(../images/header_bgs.jpg) repeat-x left bottom;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
}
#language_cn {
	position:absolute;
	top:11px;
	right:30px;
}
#language_en {
	position:absolute;
	top:11px;
	right:0px;
}
#search {
	position:absolute;
	top:11px;
	right:70px;
	width:188px;
	height:25px;
	background:url(../images/search_bg.jpg) no-repeat;
}
#search_key {
	position:absolute;
	top:0px;
	left:13px;
	width:145px;
	height:25px;
	line-height:24px\9;
	color:#e4e4e4;
	border:none;
	background:none;
}
#search_button {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
}
#nav {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:99;
	height:60px;
}
#nav li {
	float:left;
	position:relative;
	margin-left:15px;
	height:60px;
}
.nav_out,.nav_over {
	display:block;
	padding:0px 15px;
	height:60px;
	font-family:"微软雅黑";
	font-size:16px;
	text-align:center;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.nav_out:link,.nav_out:visited,.nav_out:active {
	color:#404040;
	background:none;
}
.nav_out:hover {
	color:#003d71;
	background:url(../images/nav_over.jpg) repeat-x left bottom;
}
.nav_over:link,.nav_over:visited,.nav_over:active,.nav_over:hover {
	color:#003d71;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:url(../images/nav_over.jpg) repeat-x left bottom;
}
#nav li a span {
	display:block;
	color:#999;
	font-size:12px;
}
#nav li p {
	position:absolute;
	top:30px;
	left:0px;
	display:none;
	padding-bottom:10px;
	width:100px;
	background:#005AAE;
}
#nav li p a {
	display:block;
	padding:10px 0px 0px 0px;
	text-align:center;
	color:#fff;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#nav li p a:hover {
	color:#fff;
	text-decoration:underline;
}
#flash_blk {
	position:relative;
	z-index:1;
	width:100%;
	height:430px;
	border-bottom:4px solid #d9d9d9;
	overflow:hidden;
}
#flash {
	position:absolute;
	top:0px;
	left:50%;
	z-index:1;
	margin-left:-960px;
	width:1920px;
	height:430px;
	overflow:hidden;
}
#flash p {
	width:1920px;
	height:430px;
	text-align:center;
	font-size:0px;
}
#flash_button {
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:2;
	width:100%;
	hegiht:14px;
	text-align:center;
}
#flash_button a {
	display:inline-block;
	margin:0px 4px;
	width:14px;
	height:14px;
	font-size:0px;
	text-indent:100px;
	border-radius:7px;
	background:#757575;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#flash_button a.activeSlide {background:#e4440a;}
#flash_button a:hover{background:#e4440a;}
#content {
	margin:25px auto 0px auto;
	width:1004px;
}
#left {
	float:left;
	width:235px;
}
#right {
	float:right;
	width:720px;
}
#footer_blk {
	margin-top:20px;
	width:100%;
	background:url(../images/footer_bgs.jpg) repeat-x #264e8b;
}
#footer {
	position:relative;
	margin:0px auto;
	padding:40px 0px 40px 95px;
	width:905px;
	color:#fff;
	line-height:1.6;
	font-size:12px;
	background:url(../images/footer_bgs.jpg) repeat-x #264e8b;
}
#footer_logo {
	position:absolute;
	top:32px;
	left:0px;
}

/*===================================================================================*/

.ititle {
	position:relative;
	height:24px;
	border-radius:0px 3px 3px 0px;
	background:#f0f0f0;
}
.ititle strong {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	padding:0px 10px 0px 12px;
	height:24px;
	line-height:24px;
	color:#003d71;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	background:url(../images/ititle_bg.jpg) no-repeat #fff;
}
.ititle strong span {
	margin-left:10px;
	color:#7a7a7a;
	font-size:12px;
}
.ititle img {
	position:absolute;
	top:6px;
	right:8px;
}
#iabout_box {
	position:relative;
	height:205px;
}
#iabout_blk {
	float:left;
	margin-right:25px;
	width:360px;
}
#iabout {
	margin-top:20px;
	height:123px;
	line-height:20px;
	overflow:hidden;
}
#inews_blk {
	float:left;
	width:360px;
}
#inews {margin-top:20px;}
#inews li {
	padding-left:12px;
	height:27px;
	background:url(../images/ico2.jpg) no-repeat 1px 6px;
	overflow:hidden;
}
#inews li span {
	float:right;
	color:#999;
}
#iabout_imgs {
	position:absolute;
	top:0px;
	right:0px;
}
#iabout_imgs p {
	margin-bottom:8px;
	font-size:0px;
}


#iproducts_blk {
	position:relative;
	padding-top:40px;
	height:220px;
	background:url(../images/iproducts_bg.jpg) no-repeat center top;
}
#iproducts_button_left {
	position:absolute;
	top:65px;
	left:-35px;
	display:block;
	width:20px;
	height:98px;
	background:url(../images/iproducts_button_bg.jpg) no-repeat;
	cursor:pointer;
}
#iproducts_button_right {
	position:absolute;
	top:65px;
	right:-35px;
	display:block;
	width:20px;
	height:98px;
	background:url(../images/iproducts_button_bg.jpg) no-repeat right top;
	cursor:pointer;
}
#iproducts {
	margin:0px auto;
	width:1002px;
	height:170px;
	overflow:hidden;
}
#iproducts dl {
	float:left;
	margin-right:13px;
	width:190px;
	text-align:center;
}
#iproducts dl dt {font-size:0px;}
#iproducts dl dt img {
	width:186px;
	height:140px;
	border:2px solid #dcdcdc;
}
#iproducts dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

#ilinks {
	position:relative;
	margin:0px auto;
	width:1004px;
	height:35px;
	background:url(../images/links_bg.jpg) no-repeat;
	overflow:hidden;
}
#ilinks p {
	position:absolute;
	top:0px;
	left:50px;
	width:940px;
	height:35px;
	line-height:35px;
	overflow:hidden;
}
#ilinks p a {margin-left:15px;}

/*===================================================================================*/

.left_title {
	height:25px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #e8e8e8;
}
.left_menu {margin-bottom:30px;}
.left_menu_over,.left_menu_out {
	display:block;
	padding:14px 0px 14px 25px;
	border-bottom:1px solid #e8e8e8;
	background:url(../images/ico1.gif) no-repeat 12px 18px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_menu_out:link,.left_menu_out:visited,.left_menu_out:active {}
.left_menu_out:hover {}
.left_menu_over:link,.left_menu_over:visited,.left_menu_over:active,.left_menu_over:hover {
	color:#e03f02;
	font-weight:bold;
}
.left_menu ul {
	padding-bottom:20px;
	border-bottom:1px solid #e8e8e8;
}
.left_menu ul li {
	padding:10px 0px 0px 38px;
	background:url(../images/ico2.jpg) no-repeat 26px 16px;
}
.left_contact {
	padding:10px 20px;
	line-height:20px;
}
#left_image p {
	margin-bottom:10px;
	font-size:0px;
}

/*===================================================================================*/

.nodata {
	padding:150px 0px;
	text-align:center;
	font-size:20px;
	color:#bbb;
}
#title {
	position:relative;
	height:25px;
	line-height:23px;
	font-size:12px;
	text-align:right;
	color:#bbb;
	border-bottom:1px solid #e8e8e8;
	overflow:hidden;
}
#title a {color:#bbb;}
#title a:hover {color:#000;}
#title span {}
#title strong {
	position:absolute;
	top:0px;
	left:0px;
	color:#e03f02;
	font-size:14px;
	line-height:normal;
}
#showtext {
	margin:0px auto;
	padding-top:15px;
	width:720px;
	overflow:hidden;
}
.showtexts {
	margin:0px auto;
	padding-top:15px;
	width:720px;
	overflow:hidden;
}
.input_text {
	padding:0px 6px;
	height:30px;
	line-height:30px\9;
	border:1px solid #d0d0d0;
}
.input_area {
	padding:6px;
	line-height:20px;
	border:1px solid #d0d0d0;
	overflow-y:auto;
}
.input_select {
	padding:0px 0px 0px 6px;
	height:30px;
	border:1px solid #d0d0d0;
}
.button {
	width:150px;
	height:40px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#fff;
	border:none;
	background:#333;
	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.8;}
.editorc p {margin-bottom:15px;}
.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_tbe table {
	margin-bottom:15px;
	border:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.editorc_tbe td {
	padding:6px 5px;
	border:none;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.editorc_tbe td table {
	margin-bottom:0px;
}
.editorc_tbe td p {
	margin:0px;
	padding:0px;
}

#prenext {
	position:relative;
	margin:20px auto 0px auto;
	padding-top:12px;
	height:38px;
	font-size:12px;
	border-top:1px solid #ddd;
	overflow:hidden;
}
#prenext p {height:20px;}
#prenext_back {
	position:absolute;
	top:12px;
	right:0px;
	font-family:"宋体";
	font-weight:bold;
}

/*===================================================================================*/
/* 企业图片列表 */

#about_image_blk {
	margin:0px auto;
	width:720px;
	overflow:hidden;
}
#about_image {width:738px;}
#about_image dl {
	float:left;
	margin:20px 18px 0px 0px;
	width:228px;
	text-align:center;
}
#about_image dl dt {font-size:0px;}
#about_image dl dt img {
	padding:1px;
	width:222px;
	height:167px;
	border:2px solid #ddd;
}
#about_image dl dt img:hover {border:2px solid #e03f02;}
#about_image dl dd {
	padding-top:10px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

/*===================================================================================*/
/* 产品列表 */

#products_blk {
	margin:0px auto;
	width:720px;
	overflow:hidden;	
}
#products {width:738px;}
#products dl {
	float:left;
	margin:20px 18px 0px 0px;
	width:228px;
	text-align:center;
}
#products dl dt {font-size:0px;}
#products dl dt img {
	padding:1px;
	width:222px;
	height:167px;
	border:2px solid #ddd;
}
#products dl dt img:hover {border:2px solid #e03f02;}
#products dl dd {
	padding-top:10px;
	line-height:1.4;
}

#products_name {
	margin:0px auto;
	padding:30px 0px 20px 0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
#products_image {
	margin:0px auto;
	width:720px;
	font-size:0px;
	text-align:center;
	overflow:hidden;
}
#products_image img {
	padding:6px;
	border:1px solid #eee;
}

/*===================================================================================*/
/* 新闻列表 */

#news {
	margin:0px auto;
	padding-top:1px;
	width:718px;
}
#news li {
	margin-top:12px;
	padding:5px 0px 0px 20px;
	height:26px;
	background:url(../images/news_line.png) no-repeat left bottom;
}
#news span {
	float:right;
	color:#999;
	font-size:12px;
}
#news_title {
	margin:0px auto;
	padding:40px 0px 30px 0px;
	line-height:1.8;
	text-align:center;
	font-size:14px;
	color:#333;
}
#news_info {
	padding-bottom:10px;
	color:#999;
	text-align:center;
	background:url(../images/line3_ccc.gif) repeat-x left bottom;
}

/*===================================================================================*/
/* 信息反馈 */

#feedback {padding:10px 0px 0px 0px;}
#feedback td {padding:15px 5px 0px 5px;}
#feedback td span {
	margin-left:5px;
	font-family:"宋体";
	font-size:12px;
	color:#ff0000;
}

/*===================================================================================*/
/* 浮动在线客服 */

#qq_online {
	position:absolute;
	z-index:99;
	width:130px;
	font-family:"宋体";
	font-size:12px;
}
#qq_online_top {
	position:relative;
	padding-left:10px;
	height:26px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:url(../images/qq_style/style0_top.gif) no-repeat;
}
#qq_online_top img {
	position:absolute;
	top:8px;
	right:10px;
	cursor:pointer;
}
#qq_online_list {
	background:url(../images/qq_style/style0_bgs.gif) repeat-y;
}
#qq_online_list a {color:#222;}
#qq_online_list a:hover {color:#ff0000;}
#qq_online_list p {
	position:relative;
	margin:0px 3px;
	padding-left:31px;
	width:93px;
	height:25px;
	line-height:26px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#fff;
	overflow:hidden;
}
#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_bottom {
	height:42px;
	font-size:0px;
	background:url(../images/qq_style/style0_bottom.gif) no-repeat;
}

#qq_onlines_top {
	position:relative;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
#qq_onlines_top p {
	position:absolute;
	top:40px;
	width:35px;
	height:173px;
	overflow:hidden;
	cursor:pointer;
}
.qq_onlines_small_left strong {left:8px;}
.qq_onlines_small_right strong {left:13px;}
#qq_onlines_top p strong {
	position:absolute;
	top:40px;
	display:block;
	width:16px;
	text-align:center;
	line-height:20px;
}
#qq_onlines_box {
	border:1px solid #e3e3e3;
	border-top:none;
	background:#fff;
}
#qq_onlines_tel {
	padding-top:15px;
	text-align:center;
	font-size:14px;
	color:#505050;
	background:url(../images/qq_style/tel.jpg) no-repeat 15px 12px;
}
#qq_onlines_tel strong {
	display:block;
	padding:12px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border-bottom:1px dashed #ccc;
}
#qq_onlines_list {
	padding-top:10px;
}
#qq_onlines_list a {
	position:relative;
	display:block;
	margin:0px auto 8px auto;
	padding-left:35px;
	width:72px;
	height:25px;
	line-height:26px;
	color:#222;
	border:1px solid #aaccd8;
	background:url(../images/qq_style/list_bg.jpg) repeat-x;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#qq_onlines_list a:hover {color:#ff0000;}
#qq_onlines_list a img {
	position:absolute;
	top:2px;
	left:7px;
	width:21px;
	height:21px;
}
#qq_onlines_tdc {
	padding:8px 0px;
	font-size:0px;
	text-align:center;
	border-top:1px dashed #ccc;
}
#qq_onlines_tdc img {
	width:110px;
	height:110px;
}

.qq_onlines_1 p#qq_onlines_tel strong {color:#e10000;}
.qq_onlines_1 div#qq_onlines_top {border-bottom:8px solid #ff7200; background:#e10000;}
.qq_onlines_1 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style1_small_left.png) no-repeat;}
.qq_onlines_1 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style1_small_right.png) no-repeat;}
.qq_onlines_2 p#qq_onlines_tel strong {color:#555;}
.qq_onlines_2 div#qq_onlines_top {border-bottom:8px solid #5d5d5d; background:#343434;}
.qq_onlines_2 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style2_small_left.png) no-repeat;}
.qq_onlines_2 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style2_small_right.png) no-repeat;}
.qq_onlines_3 p#qq_onlines_tel strong {color:#df5f00;}
.qq_onlines_3 div#qq_onlines_top {border-bottom:8px solid #ddc9ba; background:#df9800;}
.qq_onlines_3 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style3_small_left.png) no-repeat;}
.qq_onlines_3 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style3_small_right.png) no-repeat;}
.qq_onlines_4 p#qq_onlines_tel strong {color:#89a611;}
.qq_onlines_4 div#qq_onlines_top {border-bottom:8px solid #464a4b; background:#adce25;}
.qq_onlines_4 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style4_small_left.png) no-repeat;}
.qq_onlines_4 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style4_small_right.png) no-repeat;}

.qq_onlines_5 p#qq_onlines_tel strong {color:#df5f00;}
.qq_onlines_5 div#qq_onlines_top {border-bottom:8px solid #ff9241; background:#ff6d00;}
.qq_onlines_5 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style5_small_left.png) no-repeat;}
.qq_onlines_5 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style5_small_right.png) no-repeat;}
.qq_onlines_6 p#qq_onlines_tel strong {color:#006083;}
.qq_onlines_6 div#qq_onlines_top {border-bottom:8px solid #6b718d; background:#006083;}
.qq_onlines_6 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style6_small_left.png) no-repeat;}
.qq_onlines_6 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style6_small_right.png) no-repeat;}
.qq_onlines_7 p#qq_onlines_tel strong {color:#00a0a8;}
.qq_onlines_7 div#qq_onlines_top {border-bottom:8px solid #6b718d; background:#00a0a8;}
.qq_onlines_7 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style7_small_left.png) no-repeat;}
.qq_onlines_7 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style7_small_right.png) no-repeat;}
.qq_onlines_8 p#qq_onlines_tel strong {color:#c9004c;}
.qq_onlines_8 div#qq_onlines_top {border-bottom:8px solid #ebba28; background:#c9004c;}
.qq_onlines_8 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style8_small_left.png) no-repeat;}
.qq_onlines_8 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style8_small_right.png) no-repeat;}

/*===================================================================================*/

#products_page {
	margin:40px auto 0px auto;
	width:900px;
	height:22px;
}
#news_page {
	margin:30px auto 0px auto;
	width:900px;
	height:22px;
}
.fypage_blk {
	font-family:Verdana, Arial;
	font-size:12px;
	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:#505050;
	border:1px solid #d0d0d0;
	background:#fff;
}
.fypage a:hover {
	color:#fff;
	border:1px solid #555;
	background:#555;
}
.fypage a.fypage_str {line-height:22px\9;}
.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 {
	font-weight:bold;
	line-height:20px;
	color:#fff;
	border:1px solid #555;
	background:#555;
}
.fypage span.fypage_disabled {
	line-height:22px\9;
	color:#505050;
	border:1px solid #d0d0d0;
	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;
	margin-right:4px;
	width:88px;
	height:22px;
	overflow:hidden;
}
#fypage_gov {
	position:absolute;
	top:0px;
	left:0px;
	padding:0px 5px;
	width:36px;
	height:20px;
	line-height:20px\9;
	color:#505050;
	border:1px solid #d0d0d0;
	background:#fff;
}
#fypage_gobtn {
	position:absolute;
	top:0px;
	left:52px;
	padding:0px;
	width:34px;
	height:20px;
	line-height:22px\9;
	color:#505050;
	border:1px solid #d0d0d0;
	background:#fff;
	cursor:pointer;
}
#fypage_gobtn:hover {
	color:#fff;
	border:1px solid #555;
	background:#555;
}