/*
Template Name: Chida_Web_0
Version: 1.0
Author: Cheng Fei
Author TEL: 15691989718
*/

/* 全局通用----------------------------------------------- */
@charset "utf-8";
/**定义整个页面大小 默认为1002px*/
body {
	background:url(images/bg.gif) repeat-x #fff;
	margin:0 auto;
	padding:0;
	font-size:12px;
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	}
.clearfloat{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:0;
	line-height:0;
	}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.uborder_line{ border-bottom:1px gray solid; }
.uborder_dot{ border-bottom:1px gray dotted; }

/**---LINK-----------------------------------*/
a{color:#595959;outline:0 none}
a:hover{color: #999999;}

.white a:link, .white a:visited{color:#fff;}
.white a:hover, .white a:active{color: #FFCC00}

.blacklink a:link, .blacklink a:visited{ color:#333;}
.blacklink a:hover, .blacklink a:active{ color:#666;}

.greenlink a:link, .greenlink a:visited{ color:#114c51;}
.greenlink a:hover, .greenlink a:active{ color:#339900;}

/**---/LINK/END-----------------------------------*/

/* -- defaulttop -- */
#defaulttop {
 background-color: #EEEEEE;
 height: 30px;
 border-bottom: 1px solid #D8D8D8;
 text-align: right;
 color: #CCC;
}
/* topNav */
#defaulttop .topNav {
 position: relative;
 z-index: 1000;
 height: 30px;
 float: right;
}
#defaulttop .topNav li {
 border: 1px solid #EEEEEE;
 border-bottom: 0;
 float: left;
 zoom: 1;
 text-align: center;
}
#defaulttop .topNav li s {
 top: 9px;
 left: 0;
 width: 0;
 height: 12px;
 border-left: 1px solid #DDD;
 overflow: hidden;
}
#defaulttop .topNav li a {
 padding: 0 12px;
 height: 28px;
 line-height: 28px;
 color: #555;
}
#defaulttop .topNav li.hover {
 position: relative;
 background: #FFFFFF;
 border: 1px solid #DDDDDD;
 border-bottom: 0;
}
#defaulttop .topNav li.hover s {
 border-left: 1px solid #FFF;
}
#defaulttop .topNav ul {
 background: #FFFFFF;
 border: 1px solid #DDDDDD;
 border-top: 0;
 width: 100%;
 display: none;
 position: absolute;
 top: 100%;
 left: -1px;
 padding-bottom: 4px;
}
#defaulttop .topNav ul li {
 float: none;
}
#defaulttop .topNav li.hover ul li {
 border: none;
}
#defaulttop .topNav li.hover ul li a {
 height: 25px;
 line-height: 25px;
}
/* Herder----------------------------------------------- */
.indexbox{
	margin:0 auto;
	}
	
.header {
	width:1000px;
	margin:0 auto;
	background: url(images/index_bg.gif) no-repeat;
	font-family:microsoft yahei;
	}

.logo{
	float:left;
	width:145px;
	height:67px;
	background:url(images/index_logo_f.jpg) right 20px no-repeat;
	padding:20px 249px 0 20px;
	}
.topbar{
	float:right;
	width:407px;
	padding:50px 10px 0 0;
	}
.top_tel{
	font-size:14px;
	float:left;
	width:203px;
	background:url(images/index_tel.jpg) left top no-repeat;
	padding:0 0 0 25px;
	}
.top_tel span{
	float:left;
	line-height:23px;
	}
.top_tel strong{
	font-size:18px;
	float:left;
	color:#0f3d88;
	font-weight:normal;
	line-height:23px;
	width:130px
	}
.top_search{
	float:left;
	background:url(images/index_search.jpg) no-repeat;
	width:169px;
	height:23px;
	padding:0 0 0 10px;
	}
.top_search input{
	float:left;
	width:140px;
	font-size:12px;
	border:0;
	height:23px;
	line-height:23px;
	background:none;
	color:#888;
	}
.top_search .search_button{
	float:left;
	width:28px;
	font-size:12px;
	cursor:pointer;
	outline:0;
	}

.nav {
	clear:both;
	background:url(images/index_n0.jpg) left no-repeat;
	height:35px;
	position:relative;
	z-index:10;
	}
.nav li{
	float:left;
	background:url(images/index_n0.jpg) right no-repeat;
	height:34px;
	width:200px;
	line-height:34px;
	position:relative;
	}
.nav li a{
	float:left;
	height:34px;
	width:200px;
	text-align:center;
	font-size:14px;
	}
.nav li a:hover{
	background:url(images/nav_n0.jpg) repeat-x; color:#fff;
	}
.nav li:hover a{
	background:url(images/nav_n0.jpg) repeat-x; color:#fff;
	}

.nav li ul{
	position:absolute;
	left:0;
	top:0;
	margin:34px 0 0;
	display:none;
	width:200px;
	border-top:0;
	background:url(images/nav_n1.jpg) top repeat-x #fff;
	}
.nav li li{
	float:left;
	width:200px;
	line-height:34px;
	position:relative;
	background:none;
	}
.nav .hover li a{
	background:none;
	color:#666;
	}
.nav li li a{
	float:left;
	width:200px;
	height:34px;
	color:#666;
	text-align:center;
	background:none;
	font-size:12px;
	}
.nav li:hover li a{
	color:#666;
	background:none;
	}
.nav li li a:hover{
	color:#fff;
	background:#87a1d1
	}
/* LTT_Global.css----------------------------------------------- */
/**hack Opera, FF, Float "bug"*/
.clearfix{
    clear: both; 
}
/* Hides from IE-mac \*/
.clearfloat{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:0;
	line-height:0;
	}

img{ border:0}

div,span{ 
word-wrap: break-word; 
word-break: normal; 
}

ul,li,dl,dt,dd,ol{
	margin:0;
	padding:0;
	}

/**去除所有元素补丁,填充,下划线和LI元素头*/
*{margin:0 auto; padding:0; list-style-type:none; text-decoration:None;}

/**定义文本对齐方式*/
.ha_left{text-align:left}
.ha_center{text-align:center;}
.ha_right{text-align:right;}

.va_top{vertical-align:top}
.va_center{vertical-align:middle;}
.va_bottom{vertical-align:bottom;}
.va_ttop{vertical-align:text-top;}
.va_tbottom{vertical-align:text-bottom;}

/**定义容器元素对齐方式*/
.con_top{ margin-top:auto; }
.con_right{ margin-left:auto; }
.con_bottom{ margin-bottom:auto; }
.con_left{ margin-right:auto; }
.con_center{ margin:0 auto;}

/**定义容器元素宽度*/
.w50{ width:50px;}
.w60{ width:60px;}
.w70{ width:70px;}
.w80{ width:80px;}
.w90{ width:90px;}
.w100{ width:100px;}
.w200{ width:200px;}
.w300{ width:300px;}
.w350{ width:350px;}
.w400{ width:400px;}
.w450{ width:450px;}
.w500{ width:500px;}
.w550{ width:550px;}
.w700{ width:700px;}
.w750{ width:750px;}
.w680{ width:680px;}
.w600{ width:600px;}

.h50{ height:50px;}
.h60{ height:60px;}
.h70{ height:90px;}
.h80{ height:80px;}
.h90{ height:90px;}
.h100{ height:100px;}
.h200{ height:200px;}
.h300{ height:300px;}
.h350{ height:350px;}
.h400{ height:400px;}
.h500{ height:500px;}
.h700{ height:700px;}
.h600{ height:600px;}
.h680{ height:680px;}

.wid_10{ width:10% }
.wid_20{ width:20% }
.wid_30{ width:30% }
.wid_40{ width:40% }
.wid_50{ width:50% }
.wid_60{ width:60% }
.wid_70{ width:70% }
.wid_80{ width:80% }
.wid_90{ width:90% }

/**定义LI元素自动省略*/
.li_overText{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; }

/**定义背景重复, 定义无内容*/
.bg_rep_x{ background-repeat:repeat-x;}
.bg_rep_y{ background-repeat:repeat-y;}
.bg_no{ background-image:none }
.bgrep_no{ background-repeat:no-repeat }
.content_no{ font-size:0; }

input{ line-height:16px; }

.line_h_18{ line-height:18px;}
.line_h_20{ line-height:20px;}
.line_h_22{ line-height:22px;}
.line_h_24{ line-height:24px;}
.line_h_26{ line-height:26px;}
.line_h_28{ line-height:28px;}
.line_h_30{ line-height:30px;}
.line_h_36{ line-height:36px;}
.line_h_42{ line-height:42px;}

/* banner----------------------------------------------- */
.mainbanner{
	clear:both;
	margin:0 auto;
	}
.subbanner{
	clear:both;
	margin:0 auto;
	height:270px;
	}
.newsslide {
	left: 50%; top:350px; width: 320px; height: 103px; margin-top: 145px; margin-left: -490px; position: absolute; z-index: 1000;
}
.newsslide h2 {
	height: 35px; color: rgb(255, 255, 255); line-height: 35px; clear: both; font-size: 16px; border-bottom-color: rgba(255, 255, 255, 0.4); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.newsslide li a {
	height: 35px; color: rgb(255, 255, 255); line-height: 35px; overflow: hidden; clear: both; border-bottom-color: rgba(255, 255, 255, 0.4); border-bottom-width: 1px; border-bottom-style: solid; display: block; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;
}
.newsslide .flex-direction-nav a:hover {
	filter: alpha(opacity=100); opacity: 1; background-color: rgb(255, 110, 0);
}
/* mainbox----------------------------------------------- */
.mainbox{
	clear:both;
	width:980px;
	margin:0 auto;
	}
/* -- incBox -- */
.incBox {
 margin-bottom: 15px;
}
.incBox h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
.incBox h3 a {
 color: #7A7F81;
}
/* -- main_news_list -- */
.main_news_list {
 margin-bottom: 15px;
}
.main_news_list h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
.main_news_list h3 a {
 color: #7A7F81;
}
.main_news_list dl{
	display:none;
	}
.main_news_list dt{
	float:left;
	width:0px;
	padding:15px 0 0;
	}
.main_news_list dd{
	float:right;
	width:598px;
	padding:15px 0 0;
	}
.main_news_list dd li{
	clear:both;
	text-align:right;
	line-height:26px;
	color:#888;
	}
.main_news_list dd li a{
	float:left;
	background:url(images/index_f4.jpg) left no-repeat;
	padding:0 0 0 10px;
	}
/* -- index -- */
#indexLeft {
 float: left;
 width: 600px;
}
#indexRight {
 float: right;
 width: 360px;
 text-align: left;
}
.main_title{
	clear:both;
	line-height:33px;
	height:33px;
	background:url(images/index_f1.jpg) repeat-x;
	font-size:11px;
	}
.main_title strong{
	font-size:16px;
	display:inline-block;
	background:url(images/index_f2.jpg) repeat-x;
	color:#005ca1;
	padding:0 5px;
	margin:0 5px 0 0;
	}
.main_partner{
	clear:both;
	}
.main_partner li{
	float:left;
	width:200px;
	padding:20px 0 0;
	text-align:center;
	}
/* -- about -- */
.about {
 padding-top: 13px;
}
.about p {
 float: left;
 width: 120px;
 height: 154px;
}
.about dl {
 float: right;
 width: 465px;
 height: 154px;
}
.about dl dt {
 display: block;
 font-size: 16px;
 font-weight: bold;
 color: #313131;
 padding: 5px 0;
}
.about dl dd {
 line-height: 200%;
 color: #999999;
 word-wrap: break-word;
 word-break: normal;
}
.about .aboutBtn {
 display: block;
 text-decoration: underline;
 color: #CC0000;
 font-weight: bold;
 margin-top: 12px;
}
/* -- contact -- */
.contact {
 border: 1px solid #CBD1D3;
 background-color: #EFEFEF;
 padding: 15px;
}
.contact h3 {
 border-bottom: 1px solid #CBD1D3;
 padding-bottom: 10px;
 font-size: 14px;
 color: #7A7F81;
}
.contact .box {
 padding:15px 0 0 3px;
}
.contact dl {
 margin-bottom: 8px;
 zoom:1;
 overflow:hidden;
}
.contact dt {
 float:left;
 background: url(images/icon_contact.gif) no-repeat 0 0;
 width:30px;
 height: 30px;
 margin-right:17px;
}
.contact dt.tel {
 background-position: 0 -30px;
}
.contact dt.fax {
 background-position: 0 -60px;
}
.contact dt.url {
 background-position: 0 -90px;
}
.contact dt.email {
 background-position: 0 -120px;
}
.contact dd {
 float:left;
 width:278px;
 color: #7A7F81;
 line-height:30px;
}
/* Footer----------------------------------------------- */
.footer{
	margin:0 auto;
	clear:both;
	border-top:1px solid #e3e3e3;
	background:#f9f9f9;
	color:#888;
	}
.footer a{
	color:#888;
	}
.footer a:hover{
	color:#666;
	}
.foot_bg{
	clear:both;
	width:980px;
	margin:0 auto;
	padding:20px 0;
	}
.foot_copy{
	float:left;
	width:700px;
	}
.foot_power{
	float:right;
	width:250px;
	text-align:right;
	}

.sub_title{
	text-align:center;
	clear:both;
	line-height:30px;
	padding:30px 0;
	}
.sub_title strong{
	display:block;
	font-size:24px;
	color:#0084cd
	}
.sub_nav{
	background:url(images/index_f1.jpg) repeat-x;
	height:33px;
	line-height:33px;
	clear:both;
	font-size:14px;
	text-align:center
	}
.sub_nav a{
	display:inline-block;
	text-align:center;
	width:100px;
	}
.sub_nav .hover{
	background:url(images/index_f3.jpg) repeat-x;
	color:#fff;
	}
.sub_content{
	clear:both;
	min-height:500px;
	_height:500px;
	_overflow:visible;
	padding:20px 0;
	}


.border_blue { border:solid 1px #7f9db9;}
.height5{
	height:5px;
	line-height:0;
	font-size:0;
	clear:both;
	}
.height10{
	height:10px;
	line-height:0;
	font-size:0;
	clear:both;
	}
	
.height20{
	height:20px;
	line-height:0;
	font-size:0;
	clear:both;
	}
	
.border_ccc { border:solid 1px #ccc;}

.mainbox h6{
	font-size:20px;
	padding:0 0 10px 0;
	margin:0 0 10px;
	line-height:30px;
	}
.mainbox h6 span{
	display:block;
	color:#999;
	font-size:12px;
	font-weight:normal;
	}
.sub_left{
	float:left;
	width:700px;
	border-right:1px solid #ddd;
	min-height:500px;
	_height:500px;
	_overflow:visible;
	padding:0 15px 0 0;
	}
.sub_right{
	float:right;
	width:250px;
	padding:20px 0 0 5px;
	}
.right_title{
	clear:both;
	line-height:30px;
	font-size:18px;
	color:#333;
	}
.right_news{
	clear:both;
	padding:10px 0;
	}

.right_news li{
	clear:both;
	text-align:right;
	line-height:26px;
	color:#888;
	}
.right_news li a{
	float:left;
	background:url(images/index_f4.jpg) left no-repeat;
	padding:0 0 0 10px;
	}
.right_contact{
	clear:both;
	padding:10px 0;
	}
.news_list{
	clear:both
	}
.news_list li{
	clear:both;
	border-bottom:1px solid #ddd;
	padding:20px 0 0;
	height:150px;
	overflow:hidden;
	}
.news_list li .news_l_pic{
	float:left;
	width:160px;
	border:1px solid #ddd;
	padding:3px;
	}
.news_list li .news_l_name{
	float:left;
	width:792px;
	padding:0 0 0 20px;
	font-size:18px;
	font-weight:bold;
	}
.news_list li .news_l_name a{
	color:#0084cd
	}
.news_list li .news_l_name a:hover{
	color:#295a9c
	}
.news_list li .news_l_text{
	float:left;
	width:792px;
	padding:5px 0 0 20px;
	height:80px;
	overflow:hidden;
	}
.news_list li .news_l_b{
	float:left;
	font-size:11px;
	width:792px;
	padding:5px 0 0 20px;
	color:#999;
	}
.news_list li .news_l_b a{
	float:right;
	color:#999;
	}

.page{
	padding:20px 0;
	text-align:center;
	clear:both;
	}
.page2{
	padding:20px 0;
	text-align:center;
	clear:both;
	border-top:1px solid #e3e3e3;
	}
/**--------------------------------------from-----------------------------------*/

.form1{
	padding:2px 8px 0 3px;
	border:1px solid #ee9b00;
	background-color:#fdf5e5;
	color:#ee9b00;
	}

.form2{
	padding:6px 12px 6px 12px;
	border:1px solid #ccc;
	background-color:#fff;
	}

.formfont input,select{font-size:12px; color:#666;}
.formfont textarea{
	font-size:14px;
	color:#666;
	width:545px;
}
/**--------------------------------------/from/END-----------------------------------*/

/**--------------------------------------/margin&padding-----------------------------------*/

.margin_0{ margin:0}
.margin_5{ margin:5px;}
.margin_top_5{ margin-top:5px;}
.margin_left_5{ margin-left:5px;}
.margin_right_5{ margin-right:5px;}
.margin_bottom_5{ margin-bottom:5px;}
.margin_t_b_5{ margin:5px auto 5px auto;}
.margin_l_r_5{ margin:auto 5px auto 5px;}

.padding_0{ padding:0}
.padding_top_5{ padding-top:5px;}
.padding_left_5{ padding-left:5px;}
.padding_right_5{ padding-right:5px;}
.padding_bottom_5{ padding-bottom:5px;}
.padding_5{ padding:5px;}
.padding_t_b_5{ padding:5px 0 5px 0;}
.padding_l_r_5{ padding:0 5px 0 5px;}
.pdtd td{ padding:5px;}
/**--------------------------------------/margin&padding/END-----------------------------------*/
.qq{
	background:#fff;
	border:1px solid #1b6dc4;
	}
.qq ul{
	padding:10px 0 5px;
	}
.qq li{
	text-align:center;
	padding:0 0 5px;
	}
.qq li span{
	display:block;
	text-align:center;
	}
.qq li p{
	display:block;
	text-align:center;
	}





	/* -- 幻灯 -- */
.slideShow {
 position: relative;
 margin: 0 auto 10px;
 padding: 0;
 *zoom: 1;
}
.slideShow .slides a {
 display: block;
 height: 541px;
 background-repeat: no-repeat;
 background-position: center center;
}
.slideShow .slideBox {
 background: #fff;
 /*fix other elements on the page moving (on Chrome)*/
 -webkit-transform: translatez(0);
 -moz-transform: translatez(0);
 -ms-transform: translatez(0);
 -o-transform: translatez(0);
 transform: translatez(0);
}
/* -- slideLoading -- */
.slideShow .slideLoading {
 min-height: 50px;
 background: url(images/slide_loader.gif) center center no-repeat #fff;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2000;
}
/* -- previous 和 next 按钮 -- */
.slideShow .arrowBox a {
 z-index: 50;
 font-family: \5b8b\4f53, sans-serif;
 position: absolute;
 display: block;
 margin-bottom: -20px;
 width: 40px;
 height: 40px;
 bottom: 50%;
 line-height: 40px;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-size: 2em;
 background-color: #333;
 background-color: rgba(50,50,50,.3);
}
.slideShow .arrowBox a.disabled {
 display: none;
}
.slideShow .arrowBox .arrowPrev {
 left: 20px;
}
.slideShow .arrowBox .arrowNext {
 right: 20px;
}
.slideShow .arrowBox a:hover {
 background-color: rgba(50,50,50,.6);
}
/* -- controlBox -- */
.slideShow .controlBox {
 z-index: 30;
 position: absolute;
 bottom: 10px;
 width: 100%;
 text-align: center;
 font-size: .85em;
 font-family: Arial;
 font-weight: bold;
 color: #666;
}
.slideShow .controlBox .control {
 display: inline-block;
 *zoom: 1;
 *display: inline;
}
.slideShow .controlBox.controlDefault a {
 background: url(images/inactive.png) no-repeat 50% 50%;
 text-indent: -9999px;
 overflow:hidden;
 width: 20px;
 height: 30px;
 clear: none;
 display: block;
}
.slideShow .controlBox.controlDefault a:hover, .slideShow .controlBox.controlDefault a.active {
 background: url(images/active.png) no-repeat 50% 50%;
}
/* -- slideTitle -- */
.slideShow .slideTitle {
 z-index: 20;
 position: absolute;
 bottom: 0;
 left: 0;
 background: #666\9;
 background: rgba(80, 80, 80, 0.75);
 width: 100%;
}
.slideShow .slideTitle span {
 color: #fff;
 display: block;
 font-size: .85em;
 padding: 15px 10px;
}
/* -- sileThumb -- */
.slideShow .sileThumb {
 z-index: 30;
 text-align: center;
 position: absolute;
 bottom: 8px;
 right: 8px;
}
.slideShow .sileThumb a {
 margin: 0 3px;
}
.slideShow .sileThumb a img {
 border: solid #B0B0B0 1px;
}
.slideShow .sileThumb a.active img {
 border: solid #19B4EA 1px;
}
/* 在线客服
----------------------------------------------- */
#onlineService {
 position: fixed;
 _position: absolute;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-380+"px");
 top: 208px;
 right: 0;
 z-index: 999999;
 display: block;
}
#onlineService .onlineIcon {
 position: relative;
 cursor: pointer;
 background: url(images/online_service.png) no-repeat;
 width: 34px;
 height: 110px;
 text-indent: -9999px;
 overflow:hidden;
}
#onlineService #pop {
 border: 3px solid #19B4EA;
 background-color: #F2F2F2;
 padding: 8px;
 width: 95px;
 min-height: 84px;
 position: absolute;
 right: 34px;
 top: 0;
 display: none;
 z-index: 999999;
}
#onlineService .onlineQQ a {
 display: block;
 background: url(images/online_service.png) no-repeat left -160px;
 color: #19B4EA;
 width: 82px;
 height: 24px;
 line-height: 23px;
 padding-left: 27px;
 margin-bottom: 8px;
}
#onlineService .onlineQQ a:hover {
 text-decoration: none;
 color: #19B4EA;
}
#onlineService .service {
 border-top: 1px solid #DDDDDD;
 padding-top: 8px;
 color: #666;
}
#onlineService .service a {
 color: #666;
}
#onlineService .service li {
 background: url(images/online_service.png) no-repeat left -202px;
 padding-left: 8px;
}
#onlineService .goTop {
 display: none;
}
#onlineService .goTop .goBtn {
 background: #F2F2F2 url(images/online_service.png) no-repeat left -120px;
 width: 34px;
 height: 34px;
 display: block;
}
/* banner_bg
----------------------------------------------- */
.main_banner_bg{
	clear:both;
	margin:0 auto;
	background:#f1f1f1;
	}	
.main_banner{
	clear:both;
	margin:0 auto;
	}
.main_banner2{
	clear:both;
	margin:0 auto;
	}	
/* 公司简介 --- */	
.banner_about{
	background:url(images/banner_about.jpg) center center no-repeat;
	height:254px;
	}
/* 组织架构 --- */
.banner_group{
	background:url(images/banner_group.jpg) center center no-repeat;
	height:254px;
	}
/* 发展历程 --- */
.banner_development{
	background:url(images/banner_development.jpg) center center no-repeat;
	height:254px;
	}
/* 荣誉资质 --- */	
.banner_honor{
	background:url(images/banner_honor.jpg) center center no-repeat;
	height:254px;
	}	
/* 设备展示 --- */
.banner_product{
	background:url(images/banner_product.jpg) center center no-repeat;
	height:254px;
	}
/* 文化建设 --- */
.banner_culture{
	background:url(images/banner_culture.jpg) center center no-repeat;
	height:254px;
	}
/* 业务范围 --- */
.banner_business{
	background:url(images/banner_business.jpg) center center no-repeat;
	height:254px;
	}		
/* 文章中心 --- */
.banner_article{
	background:url(images/banner_article.jpg) center center no-repeat;
	height:254px;
	}	
/* 人才招聘 --- */
.banner_job{
	background:url(images/banner_job.jpg) center center no-repeat;
	height:254px;
	}
/* 联系我们 --- */
.banner_contact{
	background:url(images/banner_contact.jpg) center center no-repeat;
	height:254px;
	}
/* 在线留言 --- */
.banner_guestBook{
	background:url(images/banner_guestBook.jpg) center center no-repeat;
	height:254px;
	}
.sub_left{
	float:left;
	width:200px;
	padding:20px 0 0
	}
/* 内页框架
----------------------------------------------- */	
.sub_right{
	float:right;
	width:770px;
	padding:20px 0 0;
	overflow:hidden;
	}
.right_guide{
	height:24px;
	clear:both;
	font-family:microsoft yahei;
	font-size:14px;
	}
.right_guide .h1_left{
	float:left;
	padding:0 0 0 5px;
	font-size:14px;
	font-weight:bold;
	}
.right_guide .sub_guide{
	float:right;
	font-weight:normal;
	font-size:12px;
	}
.right_guide .sub_guide a{
	padding:0 3px;
	}

.sub_content{
	padding:10px 0 20px 5px;
	clear:both;
	min-height:200px;
	}
.left_main_title{
	height:34px;
	clear:both;
	font-family:microsoft yahei;
	font-size:18px;
	border-bottom:1px solid #ddd;
	}
.left_main_title strong{
	float:left;
	color:#0f3d88;
	height:34px;
	padding:0 10px 0 0;
	}
.left_menu{
	clear:both;
	}
.left_menu li{
	clear:both;
	background:url(images/left_menu_1.jpg) left 15px no-repeat;
	line-height:40px;
	font-size:14px;
	}
.left_menu li a{
	display:block;
	padding:0 0 0 10px;
	border-bottom:1px solid #ddd;
	}
.left_menu li ul{
	}
.left_menu li li{
	clear:both;
	background:url(images/left_menu_2.gif) left no-repeat;
	line-height:34px;
	font-size:12px;
	border:0;
	}
.left_menu li li a{
	border:0;
	}
/* 留言板
----------------------------------------------- */
#guestBook {
 padding: 20px 0;
}
#guestBook h2 {
 color: #555;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
/* bookList */
#guestBook .bookList {
 margin-bottom: 30px;
 line-height: 180%;
 font-size: 13px;
}
#guestBook .bookList dl {
 margin-bottom: 15px;
}
#guestBook .bookList dt {
 color: #999;
 margin-bottom: 3px;
}
#guestBook .bookList dt b {
 color: #999;
 margin-left: 20px;
}
#guestBook .bookList dd {
 color: #666;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList dd em {
 float: left;
 width: 70px;
}
#guestBook .bookList dd span {
 float: right;
 width: 910px;
 text-align: left;
}
#guestBook .bookList p {
 color: #0072C6;
 margin-top: 5px;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList p em {
 float: left;
 width: 70px;
}
#guestBook .bookList p span {
 float: left;
 width: 800px;
}
#guestBook .bookList p b {
 color: #999;
 float: right;
}
#guestBook .bookList .pager {
 text-align: left;
}
/* bookList */
#guestBook .bookAdd {
 line-height: 180%;
 font-size: 13px;
}
#guestBook .bookAdd dl {
 overflow: hidden;
 zoom: 1;
 margin-bottom: 15px;
}
#guestBook .bookAdd dl dt, #guestBook .bookAdd dl dd {
 float: left;
}
#guestBook .bookAdd dl dt {
 width: 70px;
 text-align: right;
 line-height: 30px;
}
#guestBook .bookAdd .vcode {
 text-transform: uppercase;
}
#guestBook .bookAdd .select {
 height: 28px;
}
#guestBook .bookAdd dl.cue {
 margin: -8px 0 10px 60px;
 color: #999;
}
#guestBook .bookAdd dl.submit {
 margin: 20px 0 0 60px;
}
#guestBook .bookAdd dd b {
 display: block;
 padding: 2px 0 2px 3px;
 border: 1px solid #fec600;
 color: #666;
 background-color: #fbf8e9;
 line-height: 16px;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
 padding: 10px 0 100px 0;
}
#douMsg dl {
 padding: 160px 0 200px 0;
 text-align: center;
 background-color: #EBEBEB;
 border-top: 1px solid #FFFFFF;
}
#douMsg dt {
 color: #0072C6;
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: bold;
}
#douMsg dd {
 color: #666;
}
#douMsg dd a {
 margin-left: 5px;
 color: #000;
}
/* article_category
----------------------------------------------- */
#articleList dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
}
#articleList dl.last {
 border-bottom: 0;
}
#articleList dt {
 width: 620px;
 background: url(images/icon_red.gif) no-repeat left 50%;
 padding-left: 15px;
 margin-bottom: 10px;
}
#articleList dd {
 color: #999999;
 padding-left: 2px;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
}
#articleList dd p {
 float: left;
}
#articleList dd p.img {
 margin-right: 10px;
}
#articleList dd p.desc {
 width: 590px;
}
#articleList .numDate {
 float: right;
 text-align: right;
 padding-top: 12px;
}
#articleList .numDate em {
 background-color: #0072C6;
 color: #FFF;
 padding: 3px 4px;
 font-size: 14px;
 font-weight: bold;
}
#articleList .numDate p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
/* 分页
----------------------------------------------- */
.pager {
 text-align: right;
 padding-top: 20px;
 color: #666;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
.treeBox .searchBox {
 margin:20px 0;
}
.treeBox .searchBox .keyword {
 width: 136px;
}
/* article
----------------------------------------------- */
#article {
 padding: 20px 0;
}
#article h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#article .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#article .content {
 color: #666666;
 line-height: 180%;
}
/* pro_list
----------------------------------------------- */
.pro_list{
	padding:10px 0 0;
	width:765px;
	overflow:hidden;
	}
.pro_list ul{
	width:865px;
	overflow:hidden;
	}
.pro_list li{
	float:left;
	width:231px;
	padding:20px 35px 0 0;
	height:200px;
	overflow:hidden;
	}
.pro_list li .pro_pic{
	text-align:center;
	}
.pro_list li .pro_name{
	font-size:14px;
	text-align:center;
	padding:8px 0 0;
	margin:0;
	}
.pro_list li .pro_name a{
	}
.pro_list li .pro_name a:hover{
	}
.pro_list li .pro_text{
	height:40px;
	width:344px;
	color:#888;
	padding:5px 0 0;
	overflow:hidden;
	}
/* product
----------------------------------------------- */
#product {
 padding: 15px 0;
}
#product .productImg {
 float: left;
 width: 300px;
}
#product .productInfo {
 float: left;
 width: 465px;
 padding: 10px 0 0 15px;
 line-height: 200%;
}
#product .productInfo h1 {
 font-size: 18px;
}
#product .productInfo ul {
 padding-top: 10px;
}
#product .productInfo .productPrice {
 margin-bottom: 5px;
}
#product .productInfo .productPrice .price {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
}
#product .productInfo .btnAsk {
 margin-top: 50px;
 zoom: 1;
 overflow: hidden;
}
#product .productInfo .btnAsk dt {
 float: left;
 width: 88px;
 height: 39px;
 line-height: 39px;
 text-align: right;
 padding-right: 3px;
 margin-right: 6px;
 background-color: #E0E0E0;
 color: #333;
 font-weight: bold;
}
#product .productInfo .btnAsk dd {
 float: left;
 width: 300px;
}
#product .productContent {
 padding: 15px 0;
}
#product .productContent h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
#product .productContent ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}