﻿@import url("base.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/bg.png);
	overflow-x:hidden;
}
input,select {
	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:#d40d14;
	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 {
	margin:0px auto;
	padding:0px 12px;
	width:980px;
	background:#fff;
}
#header_blk {height:90px;}
#header {
	position:relative;
	z-index:99;
	margin:0px auto;
	width:980px;
	height:90px;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
}
#header_as {
	position:absolute;
	top:8px;
	right:10px;
	display:none;
}
#header_as span {padding:0px 12px;}
#language {
	position:absolute;
	top:35px;
	right:250px;
	display:none;
	width:94px;
	height:27px;
}
#language_val {
	padding-left:10px;
	height:25px;
	line-height:25px;
	border:1px solid #ddd;
	color:#888;
	background:url(../images/language_bg.jpg) no-repeat 75px 11px;
	cursor:pointer;
}
#language_list {
	position:absolute;
	top:27px;
	left:0px;
	display:none;
	width:94px;
}
#language_list a {
	display:block;
	padding-left:10px;
	height:25px;
	line-height:25px;
	border:1px solid #ddd;
	border-top:none;
	background:#fff;
	overflow:hidden;
}
#language_list a:hover {background:#f2f2f2;}
#search {
	position:absolute;
	top:35px;
	right:0px;
	width:227px;
	height:27px;
	background:url(../images/search_bg.jpg) no-repeat;
}
#search_key {
	position:absolute;
	top:1px;
	left:7px;
	width:191px;
	height:25px;
	line-height:25px\9;
	color:#888;
	border:none;
	background:none;
}
#search_button {
	position:absolute;
	top:7px;
	right:8px;
	display:block;
	width:15px;
	height:15px;
	cursor:pointer;
}
#nav_blk {}
#nav {
	position:relative;
	z-index:98;
	margin:0px auto;
	width:980px;
	height:35px;
	background:#34a344;
}
#nav2 {
	position:relative;
	z-index:2;
	width:980px;
	height:35px;
	background:#34a344;
}
#nav2_ul {
	width:980px;
	height:35px;
}
.nav2_lis {
	float:left;
	position:relative;
	width:109px;
	height:35px;
	background:url(../images/nav_line.jpg) no-repeat right 12px;
}
.nav2_liv {
	float:left;
	width:109px;
	height:35px;
	background:url(../images/nav_line.jpg) no-repeat right 12px;
}
.nav_out,.nav_over {
	display:block;
	position:relative;
	left:-1px;
	width:110px;
	height:35px;
	line-height:33px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:14px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.nav_out:link,.nav_out:visited,.nav_out:active {color:#fff;}
.nav_out:hover {
	color:#fff;
	background:#0d6c29;
}
.nav_over:link,.nav_over:visited,.nav_over:active,.nav_over:hover {
	color:#fff;
	background:#0d6c29;
}
.nav2_lis p {
	position:absolute;
	top:35px;
	left:-1px;
	display:none;
	width:110px;
	border-top:1px solid #e0e0e0;
	background:#34a344;
}
.nav2_lis p a {
	display:block;
	padding:8px 0px 7px 0px;
	border-bottom:1px solid #e0e0e0;
	text-align:center;
	color:#fff;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.nav2_lis p a:hover {
	color:#fff;
	background:#0d6c29;
}
.nav_menus {
	position:absolute;
	top:35px;
	left:0px;
	z-index:1;
	display:none;
	width:978px;
	height:200px;
	border:1px solid #dadada;
	border-top:none;
	background:#f3f3f3;
}
.nav_menus ul {
	margin:0px auto;
	width:950px;
}
.nav_menus ul li {
	float:left;
	width:145px;
}
.nav_menus ul li strong {
	display:block;
	padding-top:12px;
}
.nav_menus ul li p {
	margin-top:10px;
	padding:0px 10px 0px 10px;
	border-left:1px solid #ccc;
}
#flash_blk {
	position:relative;
	z-index:1;
	margin:8px auto 0px auto;
	width:980px;
	height:394px;
	border-radius:4px;
	overflow:hidden;
}
#flash {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:980px;
	height:394px;
	font-size:0px;
	overflow:hidden;
}
#flash img {
	width:980px;
	height:394px;
}
#flash_button {
	position:absolute;
	top:10px;
	right:10px;
	z-index:2;
	display:none;
	width:226px;
}
#flash_button a {
	position:relative;
	display:block;
	margin-bottom:4px;
	width:226px;
	height:91px;
	font-size:0px;
	text-indent:1000px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#flash_button a.activeSlide {
	width:222px;
	height:87px;
	border:2px solid #fff;
	border-radius:8px;
}
#flash_button a.activeSlide span {
	position:absolute;
	top:33px;
	left:-11px;
	display:block;
	width:10px;
	height:21px;
	background:url(../images/flash_button_arrow.png) no-repeat;
}
#flash_button a:hover{}
#banner {
	margin:8px auto 0px auto;
	width:980px;
	height:220px;
	border-radius:4px;
	overflow:hidden;
}
#content {
	margin:0px auto;
	padding:18px 0px 40px 0px;
	width:980px;
	background:url(../images/content_bg.jpg) repeat-x;
}
#left {
	float:left;
	width:220px;
}
#right {
	float:right;
	width:730px;
}
/*
#footer_top_blk {
	position:relative;
	margin:40px auto 0px auto;
	padding-right:110px;
	width:894px;
	height:32px;
	line-height:32px;
	text-align:right;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}
#footer_top_blk span img {
	position:relative;
	top:3px;
	margin-right:5px;
}
#footer_top_blk a {color:#7b7b7b;}
#footer_top_blk a:hover {color:#d40d14;}
*/
#footer {
	position:relative;
	margin:0px auto;
	padding:10px 80px 10px 0px;
	width:924px;
	text-align:right;
	color:#fff;
	background:#34a344;
}
#footer a {color:#fff;}
#footer a:hover {text-decoration:underline;}
#footer_nav {
	position:absolute;
	top:10px;
	left:12px;
}
#footer_nav span {padding:0px 12px;}
#footer_top {
	position:absolute;
	top:10px;
	right:12px;
	cursor:pointer;
}
#footer_contact {
	position:relative;
	margin:0px auto;
	padding:25px 0px 0px 12px;
	width:992px;
	min-height:145px;
	line-height:1.6;
	color:#7a7a7a;
	border-bottom:1px solid #cacaca;
	background:#fff;
}
#footer_contact p {margin-bottom:10px;}
#footer_contact a {color:#7a7a7a;}
#footer_contact a:hover {color:#d40d14;}
#footer_tdc {
	position:absolute;
	top:25px;
	right:140px;
	width:94px;
	text-align:center;
	line-height:normal;
}
#footer_tdc2 {
	position:absolute;
	top:25px;
	right:12px;
	width:94px;
	text-align:center;
	line-height:normal;
}
#footer_tdc img,#footer_tdc2 img {
	margin-bottom:8px;
	width:94px;
	height:94px;
}
/*
#footer {
	position:relative;
	margin:0px auto;
	padding:10px 12px 20px 12px;
	width:980px;
	line-height:1.6;
	text-align:right;
	color:#7a7a7a;
}
#footer a {color:#7a7a7a;}
#footer a:hover {color:#d40d14;}
#footer_nav {
	position:absolute;
	top:10px;
	left:12px;
}
#footer_nav span {padding:0px 12px;}
*/
/*===================================================================================*/

.ititle {
	position:relative;
	padding-left:20px;
	height:48px;
	line-height:48px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/ititle_bg.jpg) no-repeat;
}
.ititle span {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:10px;
	height:48px;
	background:url(../images/ititle_bg.jpg) no-repeat right top;
}
.ititle img {
	position:absolute;
	top:17px;
	right:12px;
}
#iservice_blk {
	margin:0px auto;
	width:980px;
	overflow:hidden;
}
#iservice {
	width:995px;
}
#iservice dl {
	float:left;
	margin:18px 15px 0px 0px;
	width:184px;
}
#iservice dl dt {
	font-size:0px;
}
#iservice dl dt img {
	padding:1px;
	width:182px;
	height:182px;
	border:1px solid #e5e5e5;
}
#iservice dl dd {
	padding-top:10px;
}
#iservice dl dd strong {
	display:block;
	padding-left:25px;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#996666;
	background:url(../images/ico2.jpg) no-repeat;
}
#iservice dl dd strong a {color:#996666;}
#iservice dl dd strong a:hover {color:#d40d14;}
#iservice dl dd p {
	margin-top:10px;
	height:54px;
	line-height:18px;
	overflow:hidden;
}

#iabout_blk {
	position:relative;
	margin-top:35px;
	height:168px;
	border:1px solid #e3e3e3;
	border-radius:4px;
	background:#efefef;
	overflow:hidden;
}
#iabout_image {
	position:absolute;
	top:1px;
	left:1px;
	width:274px;
	height:166px;
}
#iabout {
	position:absolute;
	top:20px;
	left:320px;
	width:630px;
	height:122px;
	font-size:14px;
	line-height:1.6;
	overflow:hidden;
}
#iabout p {margin-bottom:10px;}
#iabout a:hover {
	color:#3399cc;
	text-decoration:underline;
}

#inews_blk {
	float:left;
	margin-top:25px;
	width:343px;
}
#inews_bg {
	position:relative;
	height:388px;
	background:url(../images/inews_bgs.jpg) no-repeat left bottom;
}
#inews_up {
	position:absolute;
	bottom:10px;
	right:50px;
	display:block;
	width:32px;
	height:22px;
	background:url(../images/arrow_up.jpg) no-repeat;
	cursor:pointer;
}
#inews_down {
	position:absolute;
	bottom:10px;
	right:12px;
	display:block;
	width:32px;
	height:22px;
	background:url(../images/arrow_down.jpg) no-repeat;
	cursor:pointer;
}
#inews {
	height:359px;
	overflow:hidden;
}
#inews li {
	position:relative;
	padding-right:10px;
	height:89px;
	border-bottom:1px dashed #b7b7b7;
}
#inews li strong {
	display:block;
	padding:18px 0px 0px 23px;
	background:url(../images/ico3.gif) no-repeat 12px 22px;
}
#inews li p {
	margin-top:8px;
	padding-left:23px;
	height:36px;
	line-height:18px;
	overflow:hidden;
}
#inews li p a {color:#416a7f;}
#inews li p a:hover {
	color:#d40d14;
	text-decoration:underline;
}
#inews li:hover {background:#f5f5f5;}

#iproducts_blk {
	float:right;
	margin-top:25px;
	width:625px;
	overflow:hidden;
}
#iproducts {
	width:658px;
	overflow:hidden;
}
#iproducts dl {
	float:left;
	margin:20px 33px 0px 0px;
	width:186px;
	text-align:center;
}
#iproducts dl dt {
	padding:1px;
	width:182px;
	height:137px;
	font-size:0px;
	border:1px solid #e5e5e5;
	overflow:hidden;
}
#iproducts dl dt img {width:182px;}
#iproducts dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

#ilinks {
	margin:0px auto;
	width:700px;
	height:40px;
	overflow:hidden;
}
/*===================================================================================*/

.left_title {
	position:relative;
	padding-left:15px;
	height:35px;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/title_bg.jpg) no-repeat;
}
.left_title span {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:10px;
	height:48px;
	background:url(../images/title_bg.jpg) no-repeat right top;
}
.left_menu {}
.left_menu_over,.left_menu_out {
	display:block;
	padding:14px 0px 12px 30px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	background:url(../images/ico1.gif) no-repeat 15px 17px;
	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:#d40d14;}
.left_menu_over:link,.left_menu_over:visited,.left_menu_over:active,.left_menu_over:hover {color:#d40d14;}

.left_menu ul {padding-bottom:15px;}
.left_menu_overs,.left_menu_outs {
	display:block;
	padding:10px 0px 8px 45px;
	border-bottom:1px dashed #ddd;
	background:url(../images/ico1.gif) no-repeat 32px 14px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_menu_outs:link,.left_menu_outs:visited,.left_menu_outs:active {color:#333;}
.left_menu_outs:hover {color:#d40d14;}
.left_menu_overs:link,.left_menu_overs:visited,.left_menu_overs:active,.left_menu_overs:hover {color:#d40d14;}

/*===================================================================================*/

.nodata {
	padding:100px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#title {
	position:relative;
	padding-right:15px;
	height:35px;
	line-height:35px;
	text-align:right;
	color:#888;
	background:url(../images/title_bg.jpg) no-repeat;
	overflow:hidden;
}
#title a {color:#888;}
#title a:hover {color:#d40d14;}
#title span {font-family:"宋体";}
#title strong {
	position:absolute;
	top:0px;
	left:15px;
	font-size:14px;
	font-weight:bold;
	color:#d40d14;
}
#showtext {
	margin:0px auto;
	padding-top:18px;
	width:730px;
	overflow:hidden;
}
.input_text {
	padding:0px 5px;
	height:28px;
	line-height:28px\9;
	border:1px solid #bbb;
}
.input_area {
	padding:5px;
	line-height:16px;
	border:1px solid #bbb;
	overflow-y:auto;
}
.input_select {
	padding:5px 4px;
	height:25px;
	border:1px solid #bbb;
}
.button {
	width:120px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border:none;
	background:#d40d14;
	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_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:700px;
	overflow:hidden;
}
#about_image {
	width:735px;
}
#about_image dl {
	float:left;
	margin:25px 35px 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 #d40d14;
}
#about_image dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

/*===================================================================================*/
/* 产品列表 */

#products_blk {
	margin:0px auto;
	width:700px;
	overflow:hidden;	
}
#products {
	width:735px;
}
#products dl {
	float:left;
	margin:25px 35px 0px 0px;
	width:210px;
	text-align:center;
}
#products dl dt {
	font-size:0px;
}
#products dl dt img {
	padding:1px;
	width:200px;
	height:150px;
	border:4px solid #ddd;
}
#products dl dt img:hover {
	border:4px solid #d40d14;
}
#products dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

#products2_blk {
	margin:0px auto;
	width:700px;
	overflow:hidden;	
}
#products2 {
	width:735px;
}
#products2 dl {
	float:left;
	margin:25px 35px 0px 0px;
	width:210px;
	text-align:center;
}
#products2 dl dt {
	font-size:0px;
}
#products2 dl dt img {
	padding:1px;
	width:200px;
	height:100px;
	border:4px solid #ddd;
}
#products2 dl dt img:hover {
	border:4px solid #d40d14;
}
#products2 dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}
/*
#products_show {
	margin:20px auto 0px auto;
	width:700px;
}
#products_image {
	float:left;
	width:400px;
	font-size:0px;
}
#products_image img {
	width:400px;
}
#products_desc_blk {
	float:right;
	width:300px;
}
#products_name {
	padding:2px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
#products_desc {
	margin-top:10px;
	line-height:20px;
}
*/
#products_name {
	margin:0px auto;
	padding:30px 0px 15px 0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
#products_image {
	margin:0px auto;
	width:700px;
	text-align:center;
	overflow:hidden;
}

.video_play {
	margin:20px auto 0px auto;
	width:700px;
}
.video_title {
	padding:15px 0px 30px 0px;
	font-size:14px;
	text-align:center;
}

#searchs_blk {
	margin:0px auto;
	width:960px;
	overflow:hidden;	
}
#searchs {
	width:1000px;
}
#searchs dl {
	float:left;
	margin:25px 40px 0px 0px;
	width:210px;
	text-align:center;
}
#searchs dl dt {
	font-size:0px;
}
#searchs dl dt img {
	padding:1px;
	width:200px;
	height:150px;
	border:4px solid #ddd;
}
#searchs dl dt img:hover {
	border:4px solid #d40d14;
}
#searchs dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

/*===================================================================================*/
/* 新闻列表 */

#news {
	margin:5px auto 0px auto;
	padding-top:1px;
	width:728px;
}
#news li {
	margin-top:12px;
	padding:6px 0px 0px 20px;
	height:25px;
	background:url(../images/news_line.png) no-repeat;
}
#news span {
	float:right;
	color:#999;
}
#news_title {
	margin:0px auto;
	padding:30px 0px 20px 0px;
	line-height:1.6;
	text-align:center;
	font-size:14px;
	color:#333;
}
#news_info {
	padding-bottom:10px;
	color:#999;
	text-align:center;
	background:url(../images/line_666.gif) repeat-x left bottom;
}

/*===================================================================================*/
/* 代理品牌 */

#brand_blk {
	width:980px;
	overflow:hidden;
}
#brand {width:1000px;}
#brand dl {
	float:left;
	position:relative;
	margin:15px 20px 0px 0px;
	width:480px;
	height:100px;
	background:url(../images/line3_ccc.gif) repeat-x left bottom;
	overflow:hidden;
}
#brand dl dt {
	position:absolute;
	top:4px;
	left:0px;
	width:140px;
	height:60px;
}
#brand dl dt img {
	width:140px;
	height:60px;
}
#brand dl dd {
	position:absolute;
	top:0px;
	right:0px;
	width:320px;
	line-height:20px;
}
#brand dl dd p {
	height:60px;
	overflow:hidden;
}
#brand dl dd span {
	display:block;
	margin-top:8px;
	text-align:center;
}
#brand dl dd span a {color:#ff0000;}

/*===================================================================================*/
/* 信息反馈 */

#feedback {
	padding:10px 0px 0px 0px;
}
#feedback td {
	padding:12px 5px 0px 5px;
}
#feedback td span {
	margin-left:5px;
	font-family:"宋体";
	font-size:12px;
	color:#ff0000;
}

/*===================================================================================*/
/* 网站地图 */

#map {
	padding-left:10px;
}
.map_list {
	margin-top:30px;
}
.map_list strong {
	display:block;
	margin-bottom:10px;
	font-size:14px;
}
.map_list p {
	margin-bottom:10px;
}
.map_list a {
	margin-right:20px;
	font-size:14px;
}

.map_list ul {
}
.map_list ul li {
	float:left;
	width:145px;
}
.map_list ul li strong {
	display:block;
	padding-top:12px;
}
.map_list ul li p {
	margin-top:10px;
	padding:0px 10px 0px 10px;
	border-left:1px solid #ccc;
}
/*===================================================================================*/
/* 浮动在线客服 */

#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 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:30px;
	width:72px;
	height:25px;
	line-height:26px;
	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 img {
	position:absolute;
	top:2px;
	left:5px;
	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:#34a344;}
.qq_onlines_4 div#qq_onlines_top {border-bottom:8px solid #464a4b; background:#34a344;}
.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:700px;
	height:22px;
}
#searchs_page {
	margin:40px auto 0px auto;
	width:960px;
	height:22px;
}
#news_page {
	margin:40px auto 0px auto;
	width:730px;
	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:#505050;
	border:1px solid #d0d0d0;
	background:#fff;
}
.fypage a:hover {
	color:#fff;
	border:1px solid #d40d14;
	background:#d40d14;
}
.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 {
	font-weight:bold;
	line-height:20px;
	color:#fff;
	border:1px solid #d40d14;
	background:#d40d14;
}
.fypage span.fypage_disabled {
	line-height:22px;
	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:20px;
	color:#505050;
	border:1px solid #d0d0d0;
	background:#fff;
	cursor:pointer;
}
#fypage_gobtn:hover {
	color:#fff;
	border:1px solid #d40d14;
	background:#d40d14;
}