/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none; font-size: 9pt;
} /* 链接无下划线,有为underline */ 

a:link {color: #555555;font-size: 9pt;} /* 未访问的链接 */
a:visited {color: #555555;font-size: 9pt;} /* 已访问的链接 */
a:hover{color: #70B014;} /* 鼠标在链接上 */ 
a:active {color: #70B014;} /* 点击激活链接 */
/* 顶部栏目文字链接的css定义－－将顶部栏目文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='title' ***>***</a> */
a.title:link {
	color: #ffffff;
	font-weight: bold;
}
a.title:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: blink;
}
a.title:hover{color: #ffff00;}
a.title:active {color: #ffffff;}

/* 底部版权信息文字链接的css定义－－与顶部栏目文字链接定义的想法相同。可设置与顶部栏目文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #006699;}
a.bottom:visited {color: #006699;}
a.bottom:hover{color: #990000;}
a.bottom:active {color: #FFFFFF;}

a.images_link:link {color: #006699;border: 1px dashed #ff0000;}
a.images_link:visited {color: #006699;border: 1px dashed #FF0000;}
a.images_link:hover{color: #990000;border: 1px dashed #FFBE97;}
a.images_link:active {color: #FFFFFF;border: 1px dashed #9C0A0D;}


a.title2:link {color: #070096;font-weight:bold;}
a.title2:visited {color: #070096; font-weight:bold;}
a.title2:hover{color: #FF4200;font-size:13px;}
a.title2:active {color: #FF4200;}

a.title4:link {color: #000000;font-weight:bold;font-size:13px;}
a.title4:visited {color: #000000; font-weight:bold;font-size:13px;}
a.title4:hover{color: #FF4200;font-size:13px;}
a.title4:active {color: #FF4200;}

a.title3:link {color: #000000;}
a.title3:visited {color: #000000; }
a.title3:hover{color: #A43600;font-size:13px;}
a.title3:active {color: #FFFFFF;}

a.bottom_link:link {color: #ff6600;}
a.bottom_link:visited {color: #ff6600; }
a.bottom_link:hover{color: #D5D5D5;font-size:13px;}
a.bottom_link:active {color: #D5D5D5;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 12pt;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
p{
	font-size: 12px;
}
strong{
	font-size: 12px;
}

SPAN{
	font-size: 12px;
}
/* μ￥?a??μ?css?¨ò?:??ó|css?Dμ??°td?±￡??aà??a×üμ?±í???¨ò?￡??aò?°?±í??μ?μ?μ￥?a??·???éè??￡??é?¨ò??úèY?a±3?°?￠×?ì???é??￠?ùê?μè */
td
{
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;line-height: 150%; 
}
.ceng {
	FONT-FAMILY: Arial, Helvetica, sans-serif; POSITION: relative; TEXT-DECORATION: none
}


.table{
    background:#ffffff;
    font-size: 9pt;
	width:902px;
	TEXT-DECORATION: none;
}

form{
padding:0px;
margin:0px;
}


/* 网页头==============================================================第一行－－－－－－开始 */
#head_tall{
    width:100%;
}




#head_top1{
   height:80px;
   text-align:left;
   padding:0px 0px 0px 0px;
}



#head_top1 #td1{
    FLOAT: left;
    text-align:left;
    width:240px;
   padding:8px 0px 0px 0px;
}
#head_top1 #td2{
    FLOAT: left;
    text-align:right;
    width:650px;
	height:89px;
	padding:8px 0px 0px 0px;
}
/* 网页头==============================================================第一行－－－－－－结束 */




/* 网页头==============================================================第二行－－－－－－开始 */
#head_top2{
   height:34px;
   width:660;
   text-align:left;
   margin-top:20px;
   background:url(/syd/images/head/index_06.gif);
}

#head_top2 #t_td{
   height:28px;
   width:100px;
   float:left;
   color:#ffffff;
   text-align:left;
}
#head_top2  #t_td1{
   float:left;
   width:646px;
   padding:8px 0px 0px 8px;
}
#head_top2 #t_td2{
   height:28px;
   width:11px;
   float:left;
   text-align:left;
}



#head_top3{
   width:100%;
   clear:bold;
   height:253px;
}
#head_top3 #td1{
  float:left;
  width:646px;
   height:253px;
   background:url(/syd/images/head/index_12.gif);
}
#head_top3 #td2{
  float:left;
   height:253px;
   width:250px;
   color:#ffffff;
   padding:50px 10px 0px 0px;
   font-size:13px;
   font-weight:bold;
   line-height:20px;
   text-align:left;
   background:url(/syd/images/head/index_14.gif);
}
/* 网页头==============================================================第二行－－－－－－结束 */









/* 网页首页==============================================================第三行－－－－－－开始 */

#index_tall{
    width:100%;
    text-align:left;
   background:url(/syd/images/main/bg.gif);
}

/* 网页头==============================================================第三行－－－－－－结束 */









/* 网页身 ==============================================================左侧整体－－－－－－开始 */
.left{
    FLOAT: left;
    text-align:left;
    width:276px;
	padding:5px 0px 0px 25px;
}








/* 网页身 ==============================================================中间整体－－－－－－开始 */
.center{
    FLOAT: left;
    text-align:left;
    width:620px;
	height:300px;
	line-height:23px;
	padding:0px 0px 0px 5px;
}




/* 网页身 ===========================================中间路径－－－－－－开始 */
.center #path{
  font-weight:bold;
  padding:5px 0px 0px 5px;
   background:url(/syd/images/main/path.gif);
  height:45px;
  color:#ff6600;
}
.center #path #td1{
float:left;
width:30px;
padding-top:8px;
}
.center #path #td2{
float:left;
width:500px;
padding-top:5px;
}
.center #path #td3{
float:left;
width:50px;
}
/* 网页身 ===========================================中间路径－－－－－－结束 */





/* 网页身INDEX ===========================================中间首页第二行－－－－－－开始 */
.center #intro_tr{
 width:100%;
 padding:10px 15px;;

}
.center #content{
 width:100%;
 padding:10px 15px;;

}

/* 网页身 ===========================================中间首页第二行－－－－－－结束 */


/* 网页身 ===========================================中间新闻中心－－－－－－开始 */
.center #main_news_tall{
 float:left;
 width:380px;
 height:100px;
 padding:0px 0px 10px 10px;
}
.center #main_news_tall #title{
height:20px;
 padding:5px 10px 0px 0px;
}
.center #main_news_tall #title #td1{
 float:left;
 width:310px;
 color:#78BA19;
 padding:0px 0px 0px 10px;
 font-weight:bold;
}
.center #main_news_tall #title #td2{
 float:left;
 width:50px;
 color:#4a4a4a;
}
.center #main_news_tall #tall{
 padding:5px;
}
.center #main_news_tall #tall #new_list_tr{
 padding:2px;
}
.center #main_news_tall #tall #new_list_tr #td1{
 float:left;
 width:280px;
}
.center #main_news_tall #tall #new_list_tr #td2{
 float:left;
 color:#B5B5B5;
}


/* 网页身 ===========================================中间新闻中心－－－－－－结束 */
/* 网页身 ===========================================中间欢迎界面－－－－－－开始 */
.center #main_welcome_tall{
 float:left;
 width:380px;
 height:100px;
 padding:0px 0px 10px 10px;
}
.center #main_welcome_tall #title{
height:20px;
font-size:16px;
color:#ff0000;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
 padding:5px 10px 0px 0px;
}
/* 网页身 ===========================================中间欢迎界面－－－－－－结束 */
/* 网页身 ===========================================中间最新产品－－－－－－开始 */

.center #new_product{
 float:left;
 width:120px;
 height:100px;
 padding:5px 0px 0px 30px;;
 text-align:center;
}
.center #new_product #title{
 text-align:left;
 color:#78BA19;
 font-weight:bold;
 padding:0px 0px 0px 5px;
}
/* 网页身 ===========================================中间最新产品－－－－－－开始 */

/* 网页身 ===========================================中间推荐产品－－－－－－开始 */
.center #top_product{
 width:100%;
 line-height:20px;
 padding:10px 0px 20px 10px;
}

.center #tall{
 clear:both;
 width:100%;
text-align:left;
}

.center #top_product #index_p_tall{
float:left;
text-align:center;
width:200px;
height:190px;
}
.center #top_product #index_p_img{
  background:url(/syd/images/t01.jpg);
text-align:center;
width:175px;
height:154px;
padding:10px;
}
.center #top_product #index_p_name{
padding:5px;
height:30px;
}

/* 网页身 ===========================================中间推荐产品－－－－－－开始 */

.left #title{
  color:#ff6600;
  font-weight:bold;
  padding:5px 0px 10px 5px;
}

.left #title_left_all{
  width:90%;
}

.left #title_left_all #title{
  width:100%;
  height:33px;
  color:#ffffff;
  font-weight:bold;
  padding:10px 0px 0px 50px;
  background:url(/syd/images/main/left_title.gif);
}

.left #title_left_all #title_left_tr_1{
 clear:both;
 width:100%;
 padding:5px 0px 5px 40px;
 background:#E9EAFB;
 margin:2px 0px 0px 3px;
}

.left #title_left_all #title_left_tr{
 clear:both;
 padding:5px 0px 5px 30px;
 margin:2px 0px 0px 0px;
 background:#E9EAFB;
 width:100%;
}

.left #pt_tr2{
 clear:both;
 padding:5px 0px 5px 25px;
 background:#F5F5F5;
 margin-top:2px;
}


.body_right{
   float:left;
   width:590px;
   padding:0px 0px 0px 10px;
}


.body_right #path{
 width:100%;
 height:30px;
  border-bottom: 3px solid #9E0A0E;
}
.body_right #path #td1{
 float:left;
 width:15px;
 padding:10px 0px 0px 5px;
}
.body_right #path #td2{
 float:left;
 width:300px;
 font-weight:bold;
 color:#9E0A0E;
 padding:8px 0px 0px 5px;
}

#gp_tall{
 float:left;
 width:194px;
 padding:10px 2px 10px 2px;
 border-bottom: 1px dashed #A2A2A2;

}

#gp_tall #index_p_name{
 width:100%;
 height:53px;
 padding:5px 0px 0px 2px;
}

#gp_tall #index_p_name2{
 width:90%;
 background:#F1F1F1;
 margin-top:3px;
 padding:5px 0px 0px 2px;
}
















/*在线留言*/

#bd_title{
	background-image: url(/style00001/css1/images/bd_tilte.gif);
    height:32px;
	width:198px;
}

#bd_table{
   width:194px;
   height:120px;
   background:#F6F6F6;
}
#bd_tall{
   margin:2px;
   text-align:center;
}
#bd_tall #title{
   background-image: url(/style00001/css1/haizhili/subMenuTopbg.gif);
   height:43px;
   font-weight:bold;
   padding:8px 0px 0px 10px;
}
#bd_tall #title_img{
  float:left;
  padding:5px;
}

#bd_tall #list_tall{
	width:600px;
	margin-top:5px;
   border: 1px solid #CCCCCC;
}
#bd_tall #list_left{
   float:left;
   width:100px;
   padding:10px;
   text-align:left;
}
#bd_tall #list_right{
   width:470px;
   text-align:left;
   border-left: 1px solid #CCCCCC;
   height:150px;
}
#bd_tall #list_tr{
   border-bottom: 1px solid #CCCCCC;
   padding:2px;
   height:25px;
}
#bd_tall #list_line{
   padding:2px;
}
#bd_tall #list_content{
   padding:5px;
}


#bd_tall #add_tall{
	width:550px;
	background:#F7F7F7;
}

#bd_tall #add_tr1{
    height:35px;
    padding-top:10px;
	background:#EDEDED
}
#bd_tall #add_tr2{
   text-align:left;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
   height:25px;
}
#bd_tall #add_td1{
   float:left;
   width:90px;
   height:25px;
   padding:5px 0px 0px 10px;
   border-right: 1px solid #ffffff;
}
#bd_tall #add_td2{
   float:left;
   width:260px;
   padding:2px 0px 0px 10px;
   height:25px;
   border-right: 1px solid #ffffff;
}
#bd_tall #add_td3{
   float:left;
   width:200px;
   height:25px;
   text-align:center;
   padding:5px 0px 0px 10px;
   border-right: 1px solid #ffffff;
}
#bd_tall #add_td4{
   float:left;
   width:350px;
   height:25px;
}
#bd_tall #add_td41{
   float:left;
   width:90px;
   height:25px;
   padding:5px 0px 0px 10px;
   border-bottom: 1px solid #ffffff;
   border-right: 1px solid #ffffff;
}
#bd_tall #add_td42{
   float:left;
   width:220px;
   padding:2px 0px 0px 10px;
   height:25px;
   border-bottom: 1px solid #ffffff;
   border-right: 1px solid #ffffff;
}

#bd_tall #add_td5{
   float:left;
   padding:2px 0px 0px 10px;
   height:25px;
   border-right: 1px solid #ffffff;
}




#bd_tall #add_tr3{
    height:35px;
    padding-top:10px;
	background:#EDEDED
}



#bd_tall #add_td1{
    float:left;
}


#bd_tall #bd_in{
  background:#CCE7FD;
   border: 1px solid #000000;
}

#bd_tall #bd_input{
   width:59px;
   height:20px;
   margin:0px;
   padding:0px;
   cursor: hand;BORDER:none;
  background-image: url(/1/css1/images/login.gif);
}


#p_disp_tr1{
   border-top: 1px solid #C0A0D;
   text-align:left;
   padding:10px 0px 0px 10px;
}

#p_disp_tr2{
   text-align:left;
   padding:10px 0px 0px 10px;
}


/* 网页脚 ==============================================================－－－－－－开始 */

#foot_tall{
  width:100%;
  background:#F1F1F1;
  margin:0px 3px 5px 4px;
   height:40px;
   color:#000000;
   padding-left:1px;
   text-align:left;
}
#foot_tall #foot_left{
  float:left;
  width:50px;
   height:88px;
   padding:10px 0px 0px 0px;
   border-right: 1px solid #ffffff;
}


/* 网页脚 ==============================================================－－－－－－结束 */


#rows{
 width:100%;
 clear:both;
}


