﻿@import url("base.css");
body {
	font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;
	color:#505050;
	font-size:14px;
	overflow-x:hidden;
}
input,select {
	font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;
	font-size:14px;
	color:#444;
}
textarea {
	font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;
	font-size:14px;
	color:#444;
}
a:link,a:visited,a:active {color:#505050;text-decoration:none;}
a:hover {color:#2f57c6;text-decoration:underline;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}

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

#main {}
#header_blk {}
#header {
	position:relative;
	z-index:1;
	width:100%;
	height:138px;
	background:url(../images/header_bgs.jpg) repeat-x;
}
#logo {position:absolute;top:33px;left:22px;z-index:2;}
#header_tel {
	position:absolute;
	bottom:20px;
	right:300px;
	z-index:3;
	padding-left:100px;
	height:90px;
	font-size:16px;
}
#header_tel img {
	position:absolute;
	top:0px;
	left:0px;
	width:90px;
	height:90px;
}
#header_tel strong {
	font-family:Arial, Helvetica, sans-serif;
	color:#c60c0c;
	font-size:20px;
	font-weight:normal;
}
#header_ti {position:absolute;top:30px;right:30px;z-index:1;}
#header_url1 {position:absolute;top:85px;right:100px;z-index:1;font-size:20px;}

#nav {position:relative;z-index:99;width:100%;height:59px;background:url(../images/nav_bg.jpg) repeat-x;}
#nav li {display:inline-block;position:relative;width:10%;height:59px;font-size:0px;}
.nav_out,.nav_over {display:block;width:100%;height:59px;font-size:16px;line-height:59px;text-align:center;}
.nav_out:link,.nav_out:visited,.nav_out:active {color:#fff;}
.nav_out:hover {color:#fff;background:url(../images/nav_bgs.jpg) repeat-x;}
.nav_over:link,.nav_over:visited,.nav_over:active,.nav_over:hover {color:#fff;background:url(../images/nav_bgs.jpg) repeat-x;}
#nav li p {position:absolute;top:58px;left:0px;display:none;width:100%;background:#162f72;}
#nav li p a {display:block;padding:8px 0px 9px 0px;color:#fff;font-size:12px;text-align:center;border-bottom:1px solid #1c3c91;}
#nav li p a:hover {background:#2e51b7;}

#banner {
	position:relative;
	z-index:1;
	width:100%;
	min-width:1000px;
	height:690px;
	overflow:hidden;
}
#banner_ul {
	position:absolute;
	top:0px;
	left:50%;
	z-index:1;
	margin-left:-960px;
	width:1920px;
	height:690px;
	overflow:hidden;
}
#banner_ul li {
	width:1920px;
	height:690px;
	text-align:center;
	font-size:0px;
}
#banner_button {
	position:absolute;
	bottom:20px;
	left:0px;
	z-index:2;
	width:100%;
	hegiht:14px;
	font-size:0px;
	text-align:center;
}
#banner_button a {
	display:inline-block;
	margin:0px 5px;
	width:14px;
	height:14px;
	text-indent:100px;
	border-radius:7px;
	background:#fff;
	overflow:hidden;
}
#banner_button a.activeSlide {background:#e63d26;}
#banner_button a:hover{background:#e63d26;}
.banner_prevnext {
	position:absolute;
	top:323px;
	z-index:3;
	display:block;
	width:25px;
	height:44px;
	cursor:pointer;
}
#banner_prev {left:280px;background:url(../images/banner_arrow.png) no-repeat;}
#banner_prev:hover {background:url(../images/banner_arrow.png) no-repeat left bottom;}
#banner_next {right:280px;background:url(../images/banner_arrow.png) no-repeat right top;}
#banner_next:hover {background:url(../images/banner_arrow.png) no-repeat right bottom;}
#tnews_bg {
	width:100%;
	height:42px;
	background:url(../images/nav_bgs.jpg) repeat-x;
}
#tnews_blk {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:42px;
	line-height:42px;
	background:url(../images/nav_bgs.jpg) repeat-x;
	overflow:hidden;
}
#tnews_title {
	position:absolute;
	top:0px;
	left:0px;
	color:#fff;
	font-size:16px;
}
#tnews {
	position:absolute;
	top:2px;
	left:80px;
	width:460px;
	height:38px;
	overflow:hidden;
}
#tnews li {
	width:100%;
	height:19px;
	color:#fff;
	font-family:Verdana;
	font-size:12px;
	line-height:19px;
}
#tnews li a {color:#fff;}
#tnews li span {font-size:9px;}
#search_key {
	position:absolute;
	top:5px;
	right:60px;
	padding:0px 8px;
	width:320px;
	height:30px;
	font-size:14px;
	line-height:30px\9;
	border:1px solid #ccc;
	background:#fff;
}
#search_button {
	position:absolute;
	top:5px;
	right:0px;
	display:block;
	width:48px;
	height:30px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	border:1px solid #9e9e9e;
	background:#ececec;
	cursor:pointer;
}
#content {margin:0px auto;width:1000px;}
#contents {margin:0px auto;width:998px;padding-bottom:25px;border:1px solid #ccc;}
#left {float:left;width:240px;}
#right {float:right;width:758px;padding-bottom:30px;border-left:1px solid #ccc;border-right:1px solid #ccc}
#footer_blk {
	width:100%;
	background:url(../images/footer_bgs.png) repeat-x #17317c;
}
#footer {
	position:relative;
	margin:0px auto;
	width:1000px;
	color:#fff;
	background:url(../images/footer_bgs.png) repeat-x #17317c;
}
#footer a {color:#fff;}
#footer_content {
	padding:20px 0px;
	font-size:12px;
	line-height:1.6;
	text-align:center;
	border-top:1px solid #fff;
}
#footer_nav {
	padding:20px 0px 15px 0px;
	font-size:15px;
	text-align:center;
	border-bottom:1px solid #fff;
}
#footer_nav span {padding:0px 25px;}
#footer_as {position:relative;height:194px;overflow:hidden;}
#footer_as ul {}
#footer_as ul li {
	float:left;
	margin-left:10px;
	padding-right:70px;
	width:100px;
	text-align:center;
}
#footer_as ul li h2 {padding-top:20px;font-size:20px;font-weight:normal;}
#footer_as ul li p {padding-top:20px;}
#footer_tdc {
	position:absolute;
	top:5px;
	right:0px;
	width:260px;
	font-size:26px;
	text-align:center;
}
#footer_tdc img { margin-top:5px;width:150px; height:150px;}

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

#isolution_box {
	position:relative;
	margin:20px auto 0px auto;
	width:1000px;
	height:250px;
	background:url(../images/isolution_bg.jpg) no-repeat;
	overflow:hidden;
}
#isolution_more {position:absolute;top:12px;right:10px;}
#isolution {
	position:absolute;
	top:48px;
	left:6px;
	width:988px;
	height:172px;
	overflow:hidden;
}
#isolution a {
	display:block;
	position:relative;
	margin-right:15px;
	padding-left:170px;
	width:330px;
	height:170px;
	border:1px solid #ccc;
	overflow:hidden;
}
#isolution a:hover {color:#fff; border:1px solid #4695dd; background:#2c52b7;}
#isolution a img {
	position:absolute;
	top:5px;
	left:5px;
	width:160px;
	height:160px;
}
#isolution a strong {
	display:block;
	height:40px;
	font-size:18px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}
#isolution a p {
	margin-top:3px;
	height:120px;
	line-height:24px;
	overflow:hidden;
}


.ititle {
	position:relative;
	padding:40px 0px 10px 0px;
	font-size:0px;
	border-bottom:1px solid #e0e0df;
}
.ititle h2 {
	display:inline-block;
	color:#333;
	font-size:24px;
	font-weight:normal;
}
.ititle span {
	display:inline-block;
	margin-left:8px;
	color:#2f57c6;
	font-size:14px;
}
.ititle a {
	position:absolute;
	top:52px;
	right:0px;
	color:#2f57c6;
	font-size:12px;
}
#iabout_blk {float:left;width:252px; margin-right:40px;}
#iabout {padding-bottom:10px;border-bottom:1px solid #ccc;}
#iabout li {margin-top:9px;font-size:0px;}
#iabout li img {width:250px;height:150px;border:1px solid #ccc;}
#iabout li img:hover {border:1px solid #185d9d;}


#inews_blk {float:left;width:372px;}
#inews_com {
	width:370px;
	font-size:0px;
	border:1px solid #ccc;
	border-top:none;
}
#inews_com img {width:370px;height:180px;}
#inews_com strong {
	display:block;
	height:40px;
	color:#333;
	font-size:18px;
	line-height:40px;
	text-align:center;
}
#inews_com a {color:#333;}
#inews {}
#inews li {
	position:relative;
	padding:15px 0px 12px 0px;
	font-size:12px;
	border-bottom:1px solid #ccc;
}
#inews li a {color:#000;}
#inews li h2 {
	padding-left:15px;
	font-size:14px;
	font-weight:normal;
	background:url(../images/icon1.jpg) no-repeat 2px 8px;
}
#inews li p {
	margin-top:5px;
	height:38px;
	color:#666;
	line-height:19px;
	overflow:hidden;
}
#inews li span {
	position:absolute;
	bottom:12px;
	right:0px;
	color:#2f57c6;
}


#icases_blk {float:right;width:300px;}
#icases {height:494px;}
#icases li {margin-bottom:15px;}
#icases li:last-child {margin-bottom:0px;}
#icases li a {
	display:block;
	padding:10px;
	font-size:0px;
	text-decoration:none;
	background:#e2e2e2;
}
#icases li a:hover {color:#fff;background:#2f57c6;}
#icases li a img {width:280px; height:210px;}
#icases li a strong {
	display:block;
	padding-top:6px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

#iproducts_blk {margin:0px auto;width:992px;overflow:hidden;}
#iproducts {width:1000px;font-size:0px;}
#iproducts a {
	display:inline-block;
	margin:8px 8px 0px 0px;
	width:190px;
	text-align:center;
	border:1px solid #ededed;
}
#iproducts a:hover {color:#fff;border:1px solid #2f59c9;background:#2f59c9;}
#iproducts a img {width:190px;height:120px;}
#iproducts a strong {
	display:block;
	height:29px;
	font-size:12px;
	font-weight:normal;
	line-height:29px;
	border-top:1px solid #ccc;
	overflow:hidden;
}

#ilinks_box {
	margin:30px 0px;
	width:998px;
	border:1px solid #ccc;
}
#ilinks {padding:10px 0px;font-size:0px;}
#ilinks li {
	display:inline-block;
	margin-left:13px;
	width:150px;
	height:30px;
	font-size:14px;
	text-align:center;
	line-height:30px;
}


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

.left_title {
	padding-top:35px;
	height:45px;
	color:#333;
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #e0e0e0;
}
.left_title span {margin-left:8px; color:#2f57c6; font-size:14px; font-weight:normal;}
.left_menu {margin-bottom:30px;}
.left_menu_over,.left_menu_out {
	display:block;
	padding:20px 10px 20px 48px;
	font-size:16px;
	border-bottom:1px solid #ccc;
	background:url(../images/icon2.jpg) no-repeat 0px 23px;
}
.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 {}
.left_menu ul {position:relative;top:-5px;padding-bottom:20px;}
.left_menu ul li {
	position:relative;
	padding:8px 0px 0px 28px;
	font-size:12px;
	background:url(../images/ico1.gif) no-repeat 15px 13px;
}
.left_menu ul li span {
	position:absolute;
	top:13px;
	left:14px;
	display:none;
	width:4px;
	height:4px;
	border-radius:2px;
	background:#aaa;
}

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

.nodata {
	padding:150px 0px;
	color:#bbb;
	font-size:20px;
	text-align:center;
}
#title {
	position:relative;
	padding:50px 14px 0px 0px;
	height:30px;
	font-size:12px;
	text-align:right;
	border-bottom:1px solid #e0e0e0;
	overflow:hidden;
}
#title strong {
	position:absolute;
	top:35px;
	left:14px;
	color:#333;
	font-size:24px;
	font-weight:normal;
	line-height:normal;
}
#titles {padding:8px 23px;color:#333;}
#titles a {color:#999;}
#titles a:hover {color:#333;}
#showtext {
	margin:0px auto;
	padding-top:12px;
	width:730px;
	overflow:hidden;
}
.showtexts {
	margin:0px auto;
	padding-top:12px;
	width:730px;
	overflow:hidden;
}
.input_text {
	padding:0px 6px;
	width:250px;
	height:30px;
	line-height:30px\9;
	border:1px solid #ddd;
}
.input_area {
	padding:6px;
	line-height:20px;
	border:1px solid #ddd;
	overflow-y:auto;
}
.input_select {
	padding:0px 0px 0px 6px;
	height:30px;
	border:1px solid #ddd;
}
.button {
	width:150px;
	height:40px;
	color:#fff;
	font-size:16px;
	border:none;
	background:#555;
	cursor:pointer;
}
.button:hover {background:#2f59c9;}


.editorc {line-height:1.8;}
.editorc p {margin-bottom:15px;}
.editorc p:last-child {margin-bottom:0px;}
.editorc a {text-decoration:underline;}
.editorc ul {margin-left:35px;}
.editorc ul li {list-style-type:disc;}
.editorc ol {margin-left:35px;}
.editorc ol li {list-style-type:decimal;}

.editorc2 {line-height:1.8;}
.editorc2 img {vertical-align:top;}
.editorc2 a {text-decoration:underline;}
.editorc2 ul {margin-left:35px;}
.editorc2 ul li {list-style-type:disc;}
.editorc2 ol {margin-left:35px;}
.editorc2 ol li {list-style-type:decimal;}

.editorc_tbe table {
	margin-bottom:15px;
	border:none;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
.editorc_tbe td {
	padding:6px 5px;
	border:none;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.editorc_tbe td table {margin-bottom:0px;}
.editorc_tbe td p {margin:0px;padding:0px;}
.editorc_tbe table.noborder {border:none;}
.editorc_tbe table.noborder table {border:none;}
.editorc_tbe table.noborder td {border:none;padding:0px;}

#prenext {
	position:relative;
	margin:20px auto;
	width:1000px;
	height:53px;
	overflow:hidden;
}
#prenext p {
	padding:0px 10px;
	width:680px;
	height:26px;
	color:#333;
	line-height:25px;
	border-top:1px solid #fff;
	background:#ccc;
	overflow:hidden;
}
#prenext a {color:#333;}
#prenext a:hover {color:#0000ff;}
#prenext_back {
	position:absolute;
	top:2px;
	right:0px;
	display:block;
	width:200px;
	height:50px;
	background:url(../images/back.jpg) no-repeat;
}

/*===================================================================================*/
/* 企业图片列表 */

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

#left_products {
	border:1px solid #316a91;
	border-top:1px solid #316a91;
}
#left_products a {color:#fff;}
#left_products p {
	position:relative;
	padding:0px 40px 0px 10px;
	height:56px;
	line-height:54px;
	border-top:1px solid #316a91;
	background:#467ca2;
	overflow:hidden;
}
#left_products p span {
	position:absolute;
	top:18px;
	right:10px;
	z-index:2;
	display:block;
	width:20px;
	height:20px;
	background:url(../images/left_products_icon1.png) no-repeat center center;
	cursor:pointer;
}
#left_products p span.left_products_show {background:url(../images/left_products_icon2.png) no-repeat center center;}
#left_products ul {display:none;}
#left_products ul li {}
#left_products ul li a {
	display:block;
	padding:10px 10px 10px 20px;
	font-size:12px;
	border-top:1px solid #316a91;
	background:#6196bb;
}

#products_curs {padding:6px 0px 7px 20px;border-bottom:1px solid #ccc;}
#products_curs span {margin-left:8px; color:#2f57c6; font-size:14px; font-weight:normal;}
#product_classname {margin-top:15px;font-size:0px;}
#product_classname h2 {
	display:inline-block;
	padding:0px 25px;
	height:30px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	background:#172a5e;
}


#products_blk {width:638px;overflow:hidden;	}
#products {width:668px;font-size:0px;}
#products a {
	display:inline-block;
	margin:15px 30px 0px 0px;
	width:300px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	border:2px solid #eee;
	background:#eee;
}
#products a:hover {color:#fff;border:2px solid #325bcd;background:#325bcd;}
#products a img {width:300px;height:225px;}
#products a strong {
	display:block;
	padding:0px 10px;
	height:36px;
	font-size:16px;
	font-weight:normal;
	line-height:36px;
	text-align:center;
}


#products_show {margin:20px auto 0px auto;width:1000px;}
#products_image {
	float:left;
	padding:4px;
	width:400px;
	font-size:0px;
	border:1px solid #ccc;
}
#products_image img {width:100%;}
#products_info {float:right;width:560px;}
#products_info li {
	padding:21px 0px 23px 50px;
	font-size:16px;
	border-bottom:1px solid #ccc;
	background:url(../images/icon2.jpg) no-repeat 0px center;
}
#products_info li h1 {color:#333;font-size:18px;}
#products_info li strong {color:#3058ca;font-size:28px;}
#products_sbox {
	margin:20px auto 0px auto;
	padding-bottom:20px;
	width:998px;
	border:1px solid #ccc;
}
#products_menu {
	height:41px;
	font-size:0px;
	background:url(../images/products_menu_bg.jpg);
	overflow:hidden;
}
#products_menu li {
	display:inline-block;
	padding:0px 20px;
	height:41px;
	color:#fff;
	font-size:16px;
	line-height:40px;
	cursor:pointer;
}
#products_menu li.products_menu_cur {background:url(../images/products_menu_cur.png);}
.products_content {display:none;margin:0px auto;padding-top:15px;width:952px;}

/*===================================================================================*/
/* 工程案例 */

#cases_blk {margin:0px auto;width:720px;overflow:hidden;}
#cases {width:740px;font-size:0px;}
#cases a {display:inline-block;margin:20px 20px 0px 0px;width:350px;text-align:center;background:#eee;}
#cases a:hover {color:#fff;background:#2f57c6;}
#cases a img {width:350px;height:263px;transition:none;}
#cases a strong {display:block;padding:0px 15px;height:40px;line-height:38px;font-size:16px;font-weight:normal;}

/*===================================================================================*/
/* 方案列表 */

#solution {}
#solution li {border-bottom:1px solid #ccc;}
#solution li a {display:block;position:relative;padding:0px 156px 0px 14px; height:140px;color:#555;}
#solution li a:hover {color:#2f55c2;background:#ededed;}
#solution li h2 { padding-top:12px;font-size:18px;}
#solution li p {margin-top:4px;height:69px;line-height:23px;overflow:hidden;}
#solution li img {position:absolute;top:10px;right:10px;width:120px;height:120px;}
#solution li span {position:absolute;bottom:8px;right:156px;z-index:2;font-size:12px;}

/*===================================================================================*/
/* 新闻列表 */

#news {}
#news li {position:relative;border-bottom:1px solid #ccc;}
#news li a {display:block;padding:16px 14px 30px 14px;color:#555;}
#news li a:hover {color:#2f55c2;background:#ededed;}
#news li h2 {font-size:18px;}
#news li p {margin-top:6px;height:60px;font-size:16px;line-height:30px;overflow:hidden;}
#news li span {position:absolute;bottom:12px;right:14px;z-index:2;color:#2f55c2;}

#news_title {
	padding:12px 0px 12px 0px;
	color:#333;
	font-size:20px;
	text-align:center;
	font-weight:normal;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#news_info {font-size:0px;text-align:center;}
#news_info p{
	display:inline-block;
	padding:8px 25px;
	color:#1d3d94;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #1d3d94;
}
#news_info p span {padding:0px 20px;}
#news_info p strong {font-weight:normal;}
#news_image {margin-top:20px;text-align:center;}
#news_image img {max-width:950px;}

/*===================================================================================*/
/* 下载列表 */

#download {}
#download li {position:relative;padding:0px 14px 15px 14px;border-bottom:1px dashed #ccc;}
#download li:hover { background:#f4f4f4;border-bottom:1px solid #ccc;}
#download li h2 {padding-top:15px;font-size:16px;}
#download li p {padding-top:10px;}
#download li p span {color:#6b6b6b;font-family:"宋体";font-size:12px;}
#download li p strong {color:#3db5e7;}
#download li a {
	position:absolute;
	bottom:16px;
	right:14px;
	display:block;
	width:104px;
	height:28px;
	color:#fff;
	font-size:12px;
	line-height:28px;
	text-align:center;
	border-radius:10px;
	background:#3db5e7;
}
#download li a:hover {text-decoration:none;background:#f6712a;}
.download_size {position:absolute;top:16px;right:14px;color:#f6712a;}

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

#feedback {padding:10px 0px 0px 16px;}
#feedback td {padding:14px 8px 0px 0px;}
#feedback td span {margin-left:5px;font-family:"宋体";font-size:12px;color:#ff0000;}

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

#win_ts_box {
	position:fixed;
	top:50%;
	left:50%;
	z-index:9999;
	display:none;
	margin:-70px 0px 0px -200px;
	width:400px;
	height:140px;
	color:#fff;
	font-size:24px;
	text-align:center;
	line-height:140px;
	border-radius:8px;
	background:url(../images/tbs/black70.png);
	overflow:hidden;
}
#win_ts {}
#win_loading {
	position:fixed;
	top:0%;
	left:0%;
	z-index:9999;
	width:100%;
	height:100%;
	background:url(../images/loading2.gif) no-repeat center center;
}
#win_loading_bg {
	position:fixed;
	top:0px;
	left:0px;
	z-index:9998;
	width:100%;
	height:100%;
	background:url(../images/tbs/white0.png);
}

/*===================================================================================*/
/* 浮动在线客服 */

#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;
}
#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-top:40px;width:100%;}
#news_page {margin-top:40px;width:100%;}
.fypage_blk {
	height:30px;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}
.fypage a {
	display:inline-block;
	margin:0px 3px;
	padding:0px 7px;
	height:22px;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
}
.fypage a:link,.fypage a:visited,.fypage a:active {
	color:#888;
	border:1px solid #e8e8e8;
	background:#f5f5f5;
}
.fypage a:hover {
	color:#fff;
	border:1px solid #0066cc;
	background:#0066cc;
}
.fypage a.fypage_str {}
.fypage span {
	display:inline-block;
	margin:0px 3px;
	padding:0px 7px;
	height:22px;
	line-height:22px;
	text-align:center;
	overflow:hidden;
}
.fypage span.fypage_current {
	color:#fff;
	border:1px solid #0066cc;
	background:#0066cc;
}
.fypage span.fypage_disabled {
	color:#888;
	border:1px solid #e8e8e8;
	background:#f5f5f5;
}
.fypage_sl {
	display:inline-block;
	margin:0px 3px;
	padding:0px 7px;
	height:24px;
	color:#999;
	line-height:24px;
	font-weight:normal;
}