﻿*
{
	margin:0px;
	padding:0px;
	font:12px 'SimSun','Microsoft YaHei','Arial','Helvetica','sans-serif';
}
body
{
	background-color:#fff;
	background-image:url(/images/body_bg.gif);
	background-repeat:repeat-x;
}
img{ border:none; }
li{ list-style:none; }
a{ text-decoration:none; outline:none; font:inherit; }
span,b,s{ font:inherit;}
b{ font-weight:bold; }
.thing
{
	behavior: url(/js/jquery/iepngfix.htc);
}
.fullsizes
{
	cursor:pointer;
}
/*文本超出部分 省略号*/
.text-overflow
{
	display:block;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;
	text-overflow:ellipsis;
}
/* 微软雅黑：font-family:'Microsoft YaHei'; 

font:12px/20px 'SimSun','Arial','Helvetica','sans-serif';

font:bold 12px/20px 'SimSun','Arial','Helvetica','sans-serif';

font:italic 12px/20px 'SimSun','Arial','Helvetica','sans-serif';  斜体



filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;

•opacity: 0.5; 这是最重要的，因为它是CSS标准.该属性支持firefox, Safari和 Opera.
•filter:alpha(opacity=50); 这个是为IE6设的，可取值在0-100，其它三个0到1.
•-moz-opacity:0.5; 这个是为了支持一些老版本的Mozilla浏览器。
•-khtml-opacity: 0.5; 这个为了支持一些老版本的Safari浏览器。




ie6- 最小宽度
_width:expression((documentElement.clientWidth < 1008) ? "1008px" : "100%" );

ie6- 最大宽度
_width:expression((documentElement.clientWidth >600) ? "600px" : "100%" );

*/
/*下面是自定义*/
#div_public_head
{
	width:100%;
	min-width:980px;
	_width:expression((documentElement.clientWidth < 980) ? "980px" : "100%" );
	height:70px;
	position:relative;
	background-image:url(/images/public_head_bg.png);
	background-repeat:repeat-x;
	z-index:6;
}
#div_ph_html
{
	width:980px;
	height:70px;
	position:relative;
	margin:0px auto 0px auto;
}
#div_phh_logo
{
	position:absolute;
	width:253px;
	height:98px;
	overflow:hidden;
	top:0px;
	left:6px;
	background-image:url(/images/public_head_logo.png);
	background-repeat:no-repeat;
}
#div_phh_menu
{
	position:absolute;
	top:18px;
	left:300px;
	width:675px;
	height:40px;
	overflow:hidden;
	background-image:url(/images/public_head_menu_bg.jpg);
	background-repeat:no-repeat;
}
#div_phh_menu a
{
	display:block;
	width:52px;
	height:16px;
	overflow:hidden;
	position:absolute;
	top:9px;
}
#div_phh_menu a:hover
{
	border-bottom:solid 3px #ed341d;
}
#a_phhm_1
{
	left:6px;
}
#a_phhm_2
{
	left:94px;
}
#a_phhm_3
{
	left:181px;
}
#a_phhm_4
{
	left:267px;
}
#a_phhm_5
{
	left:355px;
}
#a_phhm_6
{
	left:442px;
}
#a_phhm_7
{
	left:530px;
}
#a_phhm_8
{
	left:618px;
}
#div_public_headfocus
{
	position:relative;
	width:100%;
	min-width:980px;
	_width:expression((documentElement.clientWidth < 980) ? "980px" : "100%" );
	height:318px;
	margin-top:-3px;
	z-index:3;
}
/* CSS Document */
/*====================header==========================*/
.banner1{ height:318px;overflow:hidden; text-align:center; width:100%; position:relative; }
#sliderbox {
	POSITION: relative; HEIGHT:318px; overflow:hidden; z-index:50; text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
}
#div_sbzz
{
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#fff;
	position:relative;
	top:0px;
	left:0px;
	filter:alpha(opacity=00);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
.thumb-list {
	POSITION: absolute;  BOTTOM: 15px; MARGIN-LEFT: -35px; FONT-SIZE: 0px; LEFT: 50%; -webkit-text-size-adjust: none; z-index:53;
}
.thumb-list LI {
	ZOOM: 1; DISPLAY: inline; COLOR: #343434; FONT-SIZE: 12px; CURSOR: pointer; MARGIN-RIGHT: 10px;}
.thumb-list LI.curr {
	COLOR: #e9e9e9;}
#div_flashbar{ width:100%; height:43px; position:absolute; left:0px; background-image:url(/images/tg_flashbar.png); background-repeat:repeat-x; bottom:0px; z-index:52;}
/*====================header end==========================*/

#div_contact_main
{
	width:100%;
	min-width:980px;
	_width:expression((documentElement.clientWidth < 980) ? "980px" : "100%" );
	overflow:hidden;
	background-color:#c74829;
	position:relative;
}
#div_cm_html
{
	position:relative;
	width:980px;
	height:82px;
	overflow:hidden;
	margin:0px auto 0px auto;
	background-image:url(/images/index_contact_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#a_cmh_message
{
	width:178px;
	height:43px;
	overflow:hidden;
	position:absolute;
	top:22px;
	left:38px;
}
#a_cmh_message:hover
{
	border-bottom:solid 2px #fff;
}
#a_cmh_email
{
	width:165px;
	height:43px;
	overflow:hidden;
	position:absolute;
	top:22px;
	left:398px;
}
#a_cmh_email:hover
{
	border-bottom:solid 2px #fff;
}
#a_cmh_tel
{
	width:176px;
	height:40px;
	overflow:hidden;
	position:absolute;
	top:22px;
	left:767px;
}
#div_foot_main
{
	width:100%;
	min-width:980px;
	_width:expression((documentElement.clientWidth < 980) ? "980px" : "100%" );
	overflow:hidden;
	background-color:#1b1b1b;
	position:relative;
}
#div_fm_links_main
{
	width:100%;
	overflow:hidden;
	position:relative;
	border-bottom:solid 1px #353535;
}
#div_fmlm_html
{
	position:relative;
	width:940px;
	padding-left:40px;
	height:120px;
	overflow:hidden;
	margin:0px auto 0px auto;
	background-image:url(/images/public_head_logo.jpg);
	background-repeat:no-repeat;
	background-position:740px center;
}
#ul_fmlmh_link
{
	float:left;
	margin-top:50px;
}
#ul_fmlmh_link li
{
	display:inline;
	float:left;
	margin-right:30px;
}
#ul_fmlmh_link li a
{
	color:#f4f3f1;
	font:14px/20px 'SimSun','Arial','Helvetica','sans-serif';
}
#ul_fmlmh_link li a:hover
{
	text-decoration:underline;
}
#div_fm_info_html
{
	position:relative;
	width:940px;
	padding-left:40px;
	height:80px;
	margin:0px auto 0px auto;
	font:14px/20px 'SimSun','Arial','Helvetica','sans-serif';
	color:#f4f3f1;
	word-break: break-all;
}
#div_fmih_baidu_fx
{
	position:absolute;
	right:0px;
	top:22px;
}
#div_fm_ba_main
{
	width:100%;
	overflow:hidden;
	background-color:#282828;
}
#div_fmbm_html
{
	position:relative;
	width:940px;
	padding-left:40px;
	height:60px;
	margin:0px auto 0px auto;
	color:#5a5a5a;
	font:12px/60px 'SimSun','Arial','Helvetica','sans-serif';
}