﻿@import url("base.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#1b3755;
	background:url(../images/bg.jpg);
	overflow-x:hidden;
}
input,select {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:#1b3755;text-decoration:none;}
a:hover {color:#fb830c;text-decoration:none;}
.a:link,.a:visited,.a:active {color:#fb830c;text-decoration:none;}
.a:hover {color:#fb830c;text-decoration:underline;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
/*===================================================================================*/

#main {

}
#header_blk {
	height:118px;
	background:url(../images/header_bgs.jpg) repeat-x left bottom #22272d;
}
#header {
	position:relative;
	z-index:1;
	margin:0px auto;
	width:1000px;
	height:118px;
	color:#fff;
	background:url(../images/header_bgs.jpg) repeat-x left bottom #22272d;
}
#logo {
	position:absolute;
	top:52px;
	left:0px;
}
#language {
	position:absolute;
	top:10px;
	right:0px;
}
#language a {color:#fff;}
#language a:hover { text-decoration:underline;}
#header_welstr {
	position:absolute;
	top:11px;
	left:0px;
}
#header_tel {
	position:absolute;
	top:45px;
	right:0px;
	padding:0px 0px 0px 40px;
	height:33px;
	line-height:33px;
	font-size:16px;
	font-weight:bold;
	color:#203e5c;
	background:url(../images/header_tel.png) no-repeat;
}
#header_tel strong {
	position:relative;
	top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fe8a33;
}
#search {
	position:absolute;
	top:7px;
	right:105px;
	width:204px;
	height:23px;
	background:url(../images/search_bg.jpg) no-repeat;
}
#search_key {
	position:absolute;
	top:1px;
	left:27px;
	width:112px;
	height:21px;
	line-height:21px\9;
	color:#fff;
	border:none;
	background:none;
}
#search_button {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:48px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
#nav {
	position:absolute;
	top:90px;
	right:0px;
	font-size:14px;
	font-weight:bold;
}
#nav span {padding:0px 20px;}
.nav_out:link,.nav_out:visited,.nav_out:active {color:#333;}
.nav_out:hover {color:#fb830c;}
.nav_over:link,.nav_over:visited,.nav_over:active,.nav_over:hover {color:#fb830c;}

#flash_blk {position:relative;z-index:1;width:100%;height:450px;overflow:hidden;}
#flash {position:absolute;top:0px;left:50%;z-index:1;margin-left:-960px;width:1920px;height:450px;overflow:hidden;}
#flash p {width:1920px;height:450px;text-align:center;font-size:0px;}
#flash_button {position:absolute;bottom:15px;left:0px;z-index:2;width:100%;font-size:0px;text-align:center;}
#flash_button a {display:inline-block;margin:0px 3px;width:12px;height:12px;border-radius:50%;background-color:#ddd;}
#flash_button a.activeSlide {background-color:#fb830c;}
#flash_button a:hover {background-color:#fb830c;}
/*
#flash_button {position:absolute;bottom:0px;left:50%;z-index:2;margin-left:-500px;width:1000px;hegiht:90px;background:#fff;}
#flash_button a {float:left;position:relative;display:block;width:250px;height:90px;color:#012239;background:url(../images/flash_button_out.jpg) no-repeat right top #fff;}
#flash_button a.activeSlide {background:url(../images/flash_button_over.jpg) no-repeat right top #cedae2;}
#flash_button a:hover{background:url(../images/flash_button_over.jpg) no-repeat right top #cedae2;}
#flash_button a img {position:absolute;top:32px;left:20px;width:48px;height:48px;}
.flash_button_str1 {position:absolute;top:12px;left:20px;display:block;width:210px;height:15px;overflow:hidden;}
.flash_button_str2 {position:absolute;top:38px;left:75px;display:block;width:160px;height:38px;line-height:19px;overflow:hidden;}
#flash_button a.activeSlide span.flash_button_ico {position:absolute;top:-8px;left:117px;display:block;width:16px;height:8px;background:url(../images/flash_button_ico.gif) no-repeat;}
#flash_button_ls {position:absolute;top:100px;left:50%;z-index:1;display:none;margin-left:-500px;width:1000px;hegiht:90px;background:#fff;}
*/
#content {
	margin:0px auto;
	padding:10px 10px 30px 10px;
	width:1000px;
	background:#fff;
}
#left {
	float:left;
	width:210px;
}
#right {
	float:right;
	width:770px;
}
#left2 {
	float:left;
	width:240px;
}
#right2 {
	float:right;
	width:740px;
}
#footer_nav_blk {
	display:none;
	width:100%;
	background:#0a1a2d;
}
#footer_nav {
	margin:0px auto;
	padding:10px 0px;
	width:1000px;
	text-align:center;
	color:#fff;
	background:#0a1a2d;
}
#footer_nav a {color:#fff;}
#footer_nav a:hover {text-decoration:underline;}
#footer_nav span {padding:0px 25px;}
#footer {
	margin:0px auto;
	padding:15px 0px 20px 0px;
	width:1020px;
	line-height:1.6;
	text-align:center;
	color:#555;
	background:#fff;
}
#footer a {color:#555;}
#footer a:hover {text-decoration:underline;}
#footer_navs {
	padding:10px 0px;
	text-align:center;
	border-top:2px solid #cedae2;
}
#footer_navs span {padding:0px 20px;}

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

.ititle {
	position:relative;
	margin-bottom:14px;
	height:40px;
	background:url(../images/title_bg2.jpg) repeat-x left bottom;
}
.ititle strong {
	position:absolute;
	top:10px;
	left:0px;
	height:27px;
	font-size:18px;
	font-weight:bold;
	color:#1b3755;
	border-bottom:3px solid #fe8a33;
}
.ititle img {
	position:absolute;
	bottom:10px;
	right:0px;
}
.ititle a {
	position:absolute;
	bottom:6px;
	right:0px;
	font-size:12px;
	font-weight:normal;
}
#iproducts_class {
	width:240px;
}
#iproducts_class li {
	position:relative;
	z-index:2;
	margin-bottom:3px;
	width:100%;
	background:url(../images/ico2.png) no-repeat 15px 12px #21405f;
}
#iproducts_class li:hover p {display:block;}
.iproducts_class_over,.iproducts_class_out {
	display:block;
	padding:10px 0px 9px 36px;
	font-size:14px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.iproducts_class_out:link,.iproducts_class_out:visited,.iproducts_class_out:active {
	color:#fff;
}
.iproducts_class_out:hover {
	color:#fff;
}
.iproducts_class_over:link,.iproducts_class_over:visited,.iproducts_class_over:active,.iproducts_class_over:hover {
	color:#fff;
}
#iproducts_class li p {
	position:absolute;
	top:0px;
	left:240px;
	display:none;
	width:200px;
	border:1px solid #b4d4e2;
	border-bottom:none;
	background:#e2f0f5;
}
#iproducts_class li p a {
	display:block;
	padding:9px 0px 9px 20px;
	color:#2f72a5;
	border-bottom:1px solid #b4d4e2;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#iproducts_class li p a:hover {color:#fb830c;}

#iproducts_blk {
	position:relative;
	z-index:1;
	margin-bottom:18px;
	width:740px;
	height:185px;
	overflow:hidden;
}
#iproducts_button {
	position:absolute;
	bottom:10px;
	right:0px;
	height:10px;
}
#iproducts_button span {
	display:block;
	float:left;
	margin-right:10px;
	width:10px;
	height:10px;
	background:#132b47;
	cursor:pointer;
}
#iproducts_button span.iproducts_button_over {background:#fc8312;}
#iproducts_button_left {
	position:absolute;
	top:70px;
	left:0px;
	z-index:2;
	display:block;
	width:36px;
	height:50px;
	background:url(../images/arrow_left.png) no-repeat;
	cursor:pointer;
}
#iproducts_button_right {
	position:absolute;
	top:70px;
	right:0px;
	z-index:2;
	display:block;
	width:36px;
	height:50px;
	background:url(../images/arrow_right.png) no-repeat;
	cursor:pointer;
}
#iproducts {
	width:740px;
	height:185px;
	overflow:hidden;
}
#iproducts div {
	float:left;
}
#iproducts dl {
	float:left;
	margin-right:10px;
	width:240px;
	background:#e2e2e2;
}
#iproducts dl:hover {
	color:#fff;
	background:#fe8a33;
}
#iproducts dl:hover a {color:#fff;}
#iproducts dl dt {
	font-size:0px;
}
#iproducts dl dt img {
	width:240px;
	height:120px;
}
#iproducts dl dd {
	padding:0px 10px;
	height:65px;
	overflow:hidden;
}
#iproducts dl dd strong {
	display:block;
	padding:8px 0px 4px 0px;
	font-size:14px;
}
#iproducts dl dd p {
	height:34px;
	line-height:17px;
	overflow:hidden;
}

#icases_blk {
	position:relative;
	z-index:1;
	width:740px;
	height:120px;
}
#icases_button_left {
	position:absolute;
	top:20px;
	left:0px;
	z-index:2;
	display:block;
	width:36px;
	height:50px;
	background:url(../images/arrow_left.png) no-repeat;
	cursor:pointer;
}
#icases_button_right {
	position:absolute;
	top:20px;
	right:0px;
	z-index:2;
	display:block;
	width:36px;
	height:50px;
	background:url(../images/arrow_right.png) no-repeat;
	cursor:pointer;
}
#icases {
	width:740px;
	height:120px;
	overflow:hidden;
}
#icases div {
	float:left;
}
#icases dl {
	float:left;
	position:relative;
	margin-right:10px;
	width:240px;
	height:120px;
	overflow:hidden;
}
#icases dl dt {
	font-size:0px;
}
#icases dl dt img {
	width:240px;
	height:120px;
}
#icases dl dd {
	position:absolute;
	top:120px;
	left:0px;
	z-index:2;
	padding:0px 10px;
	width:220px;
	height:50px;
	color:#fff;
	background:#000;
	overflow:hidden;
}
#icases dl dd a {color:#fff;}
#icases dl dd a:hover {text-decoration:underline;}
#icases dl dd strong {
	display:block;
	padding:8px 0px 2px 0px;
	font-size:14px;
}
#icases dl dd p {
	height:18px;
	line-height:18px;
	overflow:hidden;
}

#iarticle_box {
	margin-top:21px;
	height:265px;
	border:1px solid #c7d4dc;
}
#iarticle_title {
	position:relative;
	padding-left:25px;
	height:34px;
	line-height:38px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #c7d4dc;
	background:url(../images/title2_bg.jpg) repeat-x;
	overflow:hidden;
}
#iarticle_title a {
	position:absolute;
	bottom:6px;
	right:10px;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
}
#iarticle {
	height:230px;
	overflow:hidden;
}
#iarticle dl {
	padding:12px 0px 10px 0px;
	background:url(../images/line3_ccc.gif) repeat-x left bottom;
}
#iarticle dl dt {
	padding:0px 0px 0px 38px;
	line-height:16px;
	background:url(../images/q.jpg) no-repeat 10px 2px;
}
#iarticle dl dd {
	margin-top:8px;
	padding:0px 0px 0px 38px;
	line-height:18px;
	color:#666;
	background:url(../images/a.jpg) no-repeat 10px 2px;
}
#iabout_box {
	position:relative;
	margin-top:20px;
	height:267px;
	overflow:hidden;
}
#iabout_blk {
	width:445px;
}
#iabout_image_blk {
	position:relative;
	z-index:1;
	width:445px;
	height:120px;
	overflow:hidden;
}
#iabout_image {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:445px;
	height:120px;
	overflow:hidden;
}
#iabout_image img {
	width:445px;
	height:120px;
}
#iabout_image_button {
	position:absolute;
	bottom:10px;
	right:2px;
	z-index:2;
	display:none;
	hegiht:13px;
}
#iabout_image_button a {
	float:left;
	margin-right:6px;
	width:13px;
	height:13px;
	font-size:0px;
	text-indent:100px;
	background:#132b47;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#iabout_image_button a.activeSlide {background:#fc8312;}
#iabout_image_button a:hover {background:#fc8312;}

#iabout {
	margin-top:10px;
	height:88px;
	line-height:22px;
	overflow:hidden;
}

#icomment_blk {
	position:absolute;
	top:0px;
	right:0px;
	width:280px;
}
#icomment {
	height:223px;
	overflow:hidden;
}
#icomment dl {
	position:relative;
	margin-bottom:15px;
	height:99px;
}
#icomment dl dt {
	width:110px;
	height:99px;
	font-size:0px;
}
#icomment dl dt img {
	width:110px;
	height:99px;
}
#icomment dl dd {
	position:absolute;
	top:0px;
	right:0px;
	width:160px;
	height:99px;
	line-height:20px;
	overflow:hidden;
}
#icomment dl dd strong {
	display:block;
	font-size:14px;
}
#icomment dl dd p {
	height:80px;
	overflow:hidden;
}

#iyoushi {
	line-height:1.8;
}
#iyoushi p {
	margin-bottom:10px;
}

#ipartner_blk {
	width:998px;
	height:161px;
	border:1px solid #ebebeb;
	overflow:hidden;
}
#ipartner {
	width:1002px;
}
#ipartner p {
	float:left;
	padding:5px 0px;
	width:166px;
	text-align:center;
	font-size:0px;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
#ipartner p img {
	width:156px;
	height:70px;
}

.iad {
	padding:20px 0px;
	font-size:0px;
}
.iad img {width:1000px;}

#inews_box {
	position:relative;
	height:300px;
}

#ihonor_box {
	width:340px;
}
#ihonor_blk {
	position:relative;
	margin-top:30px;
	width:340px;
	height:210px;
}
#ihonor_button_left {
	position:absolute;
	top:100px;
	left:0px;
	font-family:"宋体";
	font-size:34px;
	font-weight:bold;
	color:#666;
	cursor:pointer;
}
#ihonor_button_right {
	position:absolute;
	top:100px;
	right:0px;
	font-family:"宋体";
	font-size:34px;
	font-weight:bold;
	color:#666;
	cursor:pointer;
}
#ihonor {
	margin:0px auto;
	width:280px;
	height:210px;
	overflow:hidden;
}
#ihonor div {
	float:left;
}
#ihonor p {
	float:left;
	width:280px;
	height:210px;
	font-size:0px;
}
#ihonor p img {
	width:280px;
	height:210px;
}


#inews {

}
#inews dl {
	position:relative;
	margin-bottom:14px;
	height:75px;
	overflow:hidden;
}
#inews dl dt {
	display:none;
	width:100px;
	height:75px;
	font-size:0px;
}
#inews dl dt img {
	width:100px;
	height:75px;
}
#inews dl dd {
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	line-height:18px;
}
#inews dl dd strong {
	display:block;
	font-size:14px;
	font-weight:normal;
}
#inews dl dd strong a {color:#333;}
#inews dl dd strong a:hover {color:#fb830c;}
#inews dl dd p {
	margin-top:3px;
	height:38px;
	overflow:hidden;
}
#inews dl dd span {color:#888;}

#inews_blk {
	position:absolute;
	top:0px;
	left:364px;
	width:385px;
}

#ifeedback_blk {
	position:absolute;
	top:0px;
	right:0px;
	width:230px;
	height:305px;
	border:1px solid #c7d4dc;
	overflow:hidden;
}
#ifeedback_title {
	position:relative;
	padding-left:25px;
	height:34px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #c7d4dc;
	background:url(../images/title2_bg.jpg) repeat-x;
	overflow:hidden;
}
#ifeedback td {
	padding:5px 1px 0px 1px;
}
#ifeedback td span {
	margin-left:5px;
	font-family:"宋体";
	font-size:12px;
	color:#ff0000;
}
.ifeedback_text {
	padding:0px 3px;
	width:110px;
	height:22px;
	line-height:22px\9;
	border:1px solid #c6d4dc;
}
.ifeedback_area {
	padding:3px;
	width:110px;
	height:45px;
	overflow-y:auto;
	border:1px solid #c6d4dc;
}
.ifeedback_button {
	padding:0px 10px;
	color:#fff;
	height:20px;
	border:none;
	background:#137cd8;
	cursor:pointer;
}
.ifeedback_button2 {
	padding:0px 10px;
	color:#fff;
	height:20px;
	border:none;
	background:#88a1b1;
	cursor:pointer;
}

#ilinks {
	font-size:12px;
	line-height:1.6;
}
#ilinks span {
	padding:0px 20px;
}
/*===================================================================================*/

.left_title {
	padding-left:15px;
	height:40px;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#236396;
}
.left_menu {
	margin-bottom:10px;
	border:1px solid #cedae2;
	border-top:none;
}
.left_menu_over,.left_menu_out {
	display:block;
	padding:13px 0px 13px 32px;
	font-size:14px;
	border-bottom:1px solid #ececec;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_menu_out:link,.left_menu_out:visited,.left_menu_out:active {
	background:url(../images/left_menu_out.jpg) no-repeat 15px 17px;
}
.left_menu_out:hover {
	background:url(../images/left_menu_out.jpg) no-repeat 15px 17px;
}
.left_menu_over:link,.left_menu_over:visited,.left_menu_over:active,.left_menu_over:hover {
	color:#fb830c;
	background:url(../images/left_menu_over.jpg) no-repeat 15px 17px;
}
.left_menu ul {
	padding-bottom:10px;
	border-bottom:1px solid #ececec;
}
.left_menu ul li {
	padding:10px 0px 0px 34px;
	background:url(../images/ico1.gif) no-repeat 20px 14px;
}
.left_contact {
	padding:8px 10px;
	line-height:1.8;
	border:1px solid #cedae2;
	border-top:none;
}


.left_products {
	width:240px;
}
.left_products li {
	position:relative;
	z-index:2;
	margin-bottom:3px;
	width:100%;
	background:url(../images/ico2.png) no-repeat 15px 12px #21405f;
}
.left_products li:hover p {display:block;}
.left_products_over,.left_products_out {
	display:block;
	padding:10px 0px 9px 36px;
	font-size:14px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_products_out:link,.left_products_out:visited,.left_products_out:active {
	color:#fff;
}
.left_products_out:hover {
	color:#fff;
}
.left_products_over:link,.left_products_over:visited,.left_products_over:active,.left_products_over:hover {
	color:#fff;
}
.left_products li p {
	position:absolute;
	top:0px;
	left:240px;
	display:none;
	width:200px;
	border:1px solid #b4d4e2;
	border-bottom:none;
	background:#e2f0f5;
}
.left_products li p a {
	display:block;
	padding:10px 0px 8px 20px;
	color:#2f72a5;
	border-bottom:1px solid #b4d4e2;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_products li p a:hover {color:#fb830c;}

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

.nodata {
	padding:100px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#title {
	margin-bottom:15px;
	padding:15px 0px 8px 0px;
	color:#666;
	text-align:right;
	border-bottom:1px solid #cedae2;
	background:#fff;
}
#title a {color:#666;}
#title a:hover {color:#fb830c;}
#title span {font-family:"宋体";}
#titles {
	position:relative;
	height:40px;
	background:url(../images/title_bgs.jpg) repeat-x left bottom;
}
#titles strong {
	position:absolute;
	top:5px;
	left:0px;
	height:32px;
	font-family:"微软雅黑";
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	color:#fb830c;
	border-bottom:3px solid #fe8a33;
}
#showtext {
	margin:0px auto;
	padding-top:18px;
	width:740px;
	overflow:hidden;
}
.input_text {
	padding:0px 5px;
	height:24px;
	line-height:24px\9;
	border-top:1px solid #ABADB3;
	border-left:1px solid #ABADB3;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.input_area {
	padding:5px;
	line-height:16px;
	border-top:1px solid #ABADB3;
	border-left:1px solid #ABADB3;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	overflow-y:auto;
}
.input_select {
	padding:5px 4px;
	height:25px;
	border-top:1px solid #ABADB3;
	border-left:1px solid #ABADB3;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.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_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-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 #fb830c;
}
#about_image dl dd {
	padding-top:8px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

.comment_list {
	margin:20px auto 0px auto;
	width:740px;
}
.comment_list_image {
	float:left;
	width:200px;
}
.comment_list_content {
	float:right;
	width:520px;
}
.comment_list_line {
	clear:both;
	height:21px;
	background:url(../images/line3_ccc.gif) repeat-x left bottom;
}

#partner_blk {
	margin:0px auto;
	width:724px;
	overflow:hidden;	
}
#partner {
	width:744px;
}
#partner p {
	margin:20px 20px 0px 0px;
	float:left;
	width:166px;
	text-align:center;
	font-size:0px;
}
#partner p img {
	padding:4px;
	width:156px;
	height:70px;
	border:1px solid #ddd;
}
/*===================================================================================*/
/* 产品列表 */

#products_class_blk {
	margin:0px auto;
	width:740px;
	overflow:hidden;
}
#products_class {
	width:750px;
}
#products_class dl {
	float:left;
	margin:20px 10px 0px 0px;
	width:240px;
	background:#e2e2e2;
}
#products_class dl:hover {
	color:#fff;
	background:#fe8a33;
}
#products_class dl:hover a {color:#fff;}
#products_class dl dt {
	font-size:0px;
}
#products_class dl dt img {
	width:240px;
	height:120px;
}
#products_class dl dd {
	padding:5px 10px 10px 10px;
	overflow:hidden;
}
#products_class dl dd strong {
	display:block;
	padding:8px 0px 4px 0px;
	font-size:14px;
}
#products_class dl dd p {
	height:72px;
	line-height:18px;
	overflow:hidden;
}

#products_blk {
	margin:0px auto;
	width:740px;
	overflow:hidden;
}
#products {
	width:750px;
}
#products dl {
	float:left;
	margin:20px 10px 0px 0px;
	width:240px;
	background:#e2e2e2;
}
#products dl:hover {
	color:#fff;
	background:#fe8a33;
}
#products dl:hover a {color:#fff;}
#products dl dt {
	font-size:0px;
}
#products dl dt img {
	width:240px;
	height:120px;
}
#products dl dd {
	padding:0px 10px;
	height:65px;
	overflow:hidden;
}
#products dl dd strong {
	display:block;
	padding:8px 0px 4px 0px;
	font-size:14px;
}
#products dl dd p {
	height:34px;
	line-height:17px;
	overflow:hidden;
}


#products_show {
	margin-top:20px;
}
#products_image {
	float:right;
	width:240px;
}
#products_content {
	float:left;
	width:480px;
}
#products_model {
	margin-top:30px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
#products_model td {
	padding:7px 5px;
	text-align:center;
	color:#505050;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#products_model td p {
	margin:0px auto;
	width:65px;
	height:24px;
	background:#0a3c7b;
	overflow:hidden;
}
#products_model td p a {
	display:block;
	height:24px;
	line-height:26px;
	color:#fff;
}
#products_model_title td {
	font-weight:bold;
	background:#f0f0f0;
}
#products_models {
	margin-bottom:20px;
}
#products_models td {
	padding:12px 5px 10px 5px;
	border-bottom:1px solid #ddd;
}

#products_menu {
	margin-top:20px;
	height:30px;
	overflow:hidden;
}
#products_menu li {
	float:left;
	margin-right:5px;
	width:100px;
	height:30px;
	line-height:32px;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
}
.products_menu_out {
	color:#fff;
	background:#aaa;
}
.products_menu_over {
	color:#fff;
	background:#fb830c;
}
#products_content_blk {
	padding:15px;
	border:1px solid #ccc;
}
.products_content {
	display:none;
}

/*===================================================================================*/
/* 案例列表 */

#cases {

}
#cases dl {
	position:relative;
	margin-top:20px;
	height:120px;
	background:url(../images/line3_ccc.gif) repeat-x left bottom;
	overflow:hidden;
}
#cases dl dt {
	position:absolute;
	top:0px;
	left:10px;
	width:200px;
	height:100px;
	font-size:0px;
}
#cases dl dt img {
	width:200px;
	height:100px;
}
#cases dl dd {
	position:absolute;
	top:0px;
	right:10px;
	width:520px;
	height:100px;
	line-height:20px;
}
#cases dl dd strong {
	display:block;
	font-size:14px;
}
#cases dl dd p {
	margin-top:5px;
	color:#666;
}

#cases_show {
	margin:0px auto;
	width:740px;
}
#cases_name {
	margin:0px auto;
	padding:30px 0px 20px 0px;
	text-align:center;
	line-height:1.6;
	font-family:"微软雅黑";
	font-size:22px;
	font-weight:normal;
}
#cases_image {
	float:left;
	width:240px;
}
#cases_desc {
	float:right;
	padding:8px 10px;
	width:450px;
	line-height:20px;
	color:#666;
	border:1px solid #f4e4b4;
	background:#fffff0;
}
#cases_line {
	height:30px;
	border-bottom:1px solid #ddd;
	clear:both;
}

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

#news {margin:5px auto 0px auto;padding-top:1px;width:750px;}
#news li {margin-top:12px;padding:4px 0px 0px 20px;height:27px;background:url(../images/news_line.png) no-repeat left bottom;}
#news span {float:right;color:#888;}
#news_title {margin:40px auto 0px auto;text-align:center;line-height:1.6;font-size:20px;font-weight:normal;}
#news_info {margin:0px auto;padding:20px 0px 10px 0px;text-align:center;color:#999;background:url(../images/line_666.gif) repeat-x left bottom;}
#news_tag {margin-top:15px;font-size:0px;text-align:center;}
#news_tag span {display:inline-block;height:22px;color:#68727c;font-size:12px;line-height:22px;vertical-align:top;}
#news_tag a {display:inline-block;margin:0px 5px;padding:0px 10px;height:20px;color:#68727c;font-size:12px;line-height:20px;vertical-align:top;border-radius:11px;border:1px solid #68727c;}
#news_tag a:hover {color:#fc830c;border-color:#fc830c;}


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

#map {
	margin:0px auto;
	padding:0px 20px;
	font-size:14px;
}
#map div {
	margin-top:15px;
}
#map ul {
	margin-left:30px;
}
#map ul li {
	margin-top:8px;
	list-style-type:disc;
}
#map ul li p {
	margin:8px 0px 0px 20px;
}

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

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

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

#qq_online {
	position:absolute;
	z-index:99;
	width:130px;
	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-size:14px;
	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;
	font-size:12px;
	line-height:20px;
}
#qq_onlines_box {
	border:1px solid #e3e3e3;
	border-top:none;
	background:#fff;
}
#qq_onlines_tel {
	padding-top:15px;
}
#qq_onlines_tel span {
	display:block;
	padding:0px 0px 0px 30px;
	height:21px;
	line-height:21px;
	font-size:12px;
	color:#505050;
	background:url(../images/qq_style/tel.jpg) no-repeat 10px 0px;
}
#qq_onlines_tel strong {
	display:block;
	padding:12px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	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;
	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: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:750px;
	height:22px;
}
#news_page {
	margin:30px auto 0px auto;
	width:750px;
	height:22px;
}
.fypage_blk {
	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 #236396;
	background:#236396;
}
.fypage a.fypage_str {

}
.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 #236396;
	background:#236396;
}
.fypage span.fypage_disabled {
	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;
	color:#505050;
	border:1px solid #d0d0d0;
	background:#fff;
	cursor:pointer;
}
#fypage_gobtn:hover {
	color:#fff;
	border:1px solid #236396;
	background:#236396;
}