/* CSS Document */
*{
	margin:0px;
	padding:0px; 
	text-decoration:none;

	list-style-type:none;
 }
body{ background:#CCC;}
 a{ 
	color:#000;
	font-size:12px;
 }
 a:hover{ 
	color:#BA3E3E;
 }
 /* 最外侧div */
#site{ 
	width:1002px; 
	height:853px;
	margin:0px auto; 
	background:#fff;
 }
/* 顶部 */
#siteTop{
    width:1002px;
    height:88px;
    background:#fff; 
    float:left;
 }
#logo{
    width:620px;
    height:88px;
    float:left;
	font-size:0px; 
	margin-right:196px;
 }
#logo img{
    border:0px;
 }
 /* 返回首页&加入收藏 */
#siteTop ul{
	margin:0px;
	padding:0px;
	float:left;
 }
#siteTop ul li{ 
    width:84px;
	padding-top:20px; 
	float:left;
 }
#siteTop ul li img{
	border:0px;
 }
#siteTop span{
    float:left;
	padding:8px;
	font-size:16px;
 }
 #siteTop_em{
    float:left;
	font-size:16px;
	font-style:normal;
	color:#FF0000;
	padding:6px 0px;
 }
 /* 导航栏目 */
#siteBanner{
	width:1002px;
	height:41px; 
	float:left;
	background:url(../images/menu/menu_10_o.png) repeat-x;
 }
#siteBanner ul{
	margin:0px;
	padding:0px;
 }
#siteBanner ul li{
	height:41px;
	line-height:41px;
	float:left; 
	margin:0px;
	padding:0px 23px;
	color:#FFF;
	font-weight:bold;
	background:url(../images/menu_line.jpg) no-repeat right top;
 }
#siteBanner ul li a{
	font-family:华文细黑;
	font-size:16px;
	color:#FFF;
 }
#siteBanner ul li a:hover{
	font-size:16px;
	color:#FFF000;
 }
 #siteBanner ul li span{
	font-size:14px;
	color:#FFF;
	margin-left:40px;
 }
/*js特效动画 */
#siteHead{
	width:1002px;
	height:193px; 
	float:left;
	font-size:0px;
 }
#MainPromotionBanner{
	width:1002px;
	height:193px; 
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 193px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width:1002px;
	height:193px; 
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width:1002px;
	height:193px; 
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 165px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(../images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}
#site_img{ width:1002px; height:8px; font-size:0px; float:left;}
  /* 内容外侧div */
#siteContent{
	width:1002px;
	height:440px;
	float:left;
	background:#fff url(../images/bg.png);
 }
 /* 内容====left====div */
#siteContent_left{
	width:209px;
	height:430px;
	float:left;
	margin-right:10px;
 }
 /* 产品系列 */
#title_a{
	width:209px;
	height:208px;
	float:left;
	background:#fff;
 }
#title_a h1{
	width:209px;
	height:37px;
	float:left;
	margin-bottom:5px;
 }
#title_a h1 img{
    border:0px;
 }
#title_a ul{
	 width:209px;
	 height:160px;
	 float:left;
 }
#title_a ul li{
	 width:209px;
	 height:80px;
	 float:left;
	 font-size:0px;
 }
#title_a ul li a img{
     border:0px;
 }
/* 焦点视频 */
#title_b{
	width:209px;
	height:208px;
	float:left;
	margin-top:13px;
	background:#fff;
 }
#title_b h1{
	width:209px;
	height:37px;
	float:left;
 }
#title_b h1 img{
    border:0px;
 }
#title_b_in{
	width:209px;
	height:165px;
	float:left;
	padding-top:6px;
	text-align:center;
 }
  /* 内容====center====div */
#siteContent_center{
	width:572px;
	height:430px;
	float:left;
	margin-right:10px;
 }
/* 内容===新闻====div */
#title_c{
	width:572px;
	height:208px;
	float:left;
	background:#fff;
 }
 h1{
	width:572px;
	height:37px;
	float:left;
 }
 /* 媒体报道和新闻=====更多======= */
 h1 span a{
	width:50px;
	height:37px;
	float:right;
	color:#000;
	display:block;
	font-weight:normal;
	text-align:left;
	line-height:37px;
 }
 h1 span a:hover{
	color:#f00;
 }
 h1 img{
    border:0px;
	float:left;
 }
 /* 新闻js轮换图=====out==== */
#title_c_in{
	width:572px;
	height:171px;
	float:left;
 }
#title_js{
	width:203px;
	height:166px;
	float:left;
	padding-top:5px;
	padding-left:5px;
	font-size:0px;
 }
.eachBox{
width:203px;
height:160px;
font-size:0.75em;
text-align:center;
color:#222;}
/* changeBox_a1 */
.changeBox_a1{
float:left;
width:197px;height:154px; 
padding:2px;
position:relative;
border:1px solid #aaa; 
}
.changeBox_a1 .a_bigImg img{
width:197px;height:154px; 
position:absolute;
top:2px;left:2px;
display:none;
border:0px;margin:0px;}

/* ul_change_a2 */
.ul_change_a2{
position:absolute;
right:5px;  bottom:3px;
padding-left:19px;
overflow:hidden;
 }
.ul_change_a2 li{
display: -moz-inline-stack;
display:inline-block;
*display:inline;
*zoom:1;}
.ul_change_a2 span{
display: -moz-inline-stack;
display:inline-block;
*display:inline;
*zoom:1;
font-size:0.8em;
padding:0px 3px; 
margin-right:2px !important;
margin-right:8px;
background:#000;
color:#fff;
filter:alpha(opacity=80);
opacity:0.85;
cursor:hand;
cursor:pointer;
}
.ul_change_a2 span.on{
background:#F00;
color:#fff;}
 
.news{ 
	width:360px; 
	height:170px; 
	float:left;
 }
.news li{
 	height:24px; 
	line-height:24px;
	overflow:hidden;
	padding-left:20px;
}
.news li em {
    color:#666;
	float:right;
	font-size:12px;
	font-style:normal;
	margin-right:8px;
 }
.news li a{ 
	color:#000;
	display:block;
	width:240px;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
    text-indent:10px;
    background:url("../images/ment_ico.gif") no-repeat scroll 0 50% transparent;
 }
#title_c_in .news_ico_a{color:#f00;}
#title_c_in .news_ico_a:hover{color:#BA3E3E;}

.news li a:hover{ 
	color:#BA3E3E;
 }

/* 内容===媒体报道====div */
#title_m{
	width:572px;
	height:208px;
	float:left;
	margin-top:13px;
	background:#fff;
 }

 /* 媒体报道====列表===== */
#title_m_in{
	width:572px;
	height:171px;
	float:left;
 }
#title_m_in ul{
	margin:0px;
	padding:0px;
 }
#title_m_in ul li{
	margin:0px;
	float:left;
	width:460px;
	height:16px;
	padding-top:10px;
	white-space:nowrap;
	padding-left:50px;
 }
#title_m_in ul li a{ 
	color:#000;
	display:block;
	width:360px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-indent:10px;
    background:url("../images/ment_ico.gif") no-repeat scroll 0 50% transparent;
 }
#title_m_in ul li a:hover{ 
	color:#BA3E3E;
 }
#title_m_in ul li em {
    color:#666;
	float:right;
	font-size:12px;
	font-style:normal;
 }
/* 内容====right====div */
#siteContent_right{
	width:201px;
	height:430px;
	float:left;
	font-size:12px;
 }
 /* 会员登录 */
#title_d{
	width:201px;
	height:167px;
	float:left;
	background:#fff;
 }
#title_d h1{
	width:201px;
	height:37px;
	float:left;
 }
#title_d h1 img{
    border:0px;
 }
 /* 会员登录========后==== */
#user_name{ 
	width:200px;
	height:110px; 
	float:left;
	padding-top:10px;
 }
#user_name ul{
	width:200px;
	height:110px;
	float:left;
	margin:0px; 
	padding:0px;
 }
#user_name ul li{
	width:180px; 
	height:20px;
	float:left;
	margin:0px; 
	padding-left:20px; 
	padding-top:10px;
 }
#user_name ul li input{ 
	width:47px; 
	height:21px; 
	border:0px;
	background: url(../images/quit.png) no-repeat;
 }
 #user_name ul li img{ 
	width:47px; 
	height:21px; 
	border:0px;
	background: url(../images/quit.png) no-repeat;
 }
#member{ margin-right:20px;}
#user_name ul li a img{ border:0px;}
   /* form */
form{
	width:200px;
	height:100px;
	float:left;
 }
.usename{
    width:200px;
	height:25px;
	float:left;
	margin-top:5px;
 }
.usename_a{
	width:117px; 
	height:22px !important;
	height:23px; 
	float:left;
	padding-top:3px !important;
	padding-top:2px;
	text-align:left;
	padding-left:3px;
 }
.usename_b{
	width:75px;
	height:25px;
	float:left; 
	line-height:25px;
	text-align:right; 
 }
.usename_a input{
	width:90px;
	height:17px;
	border:solid 1px #999;
 }
#s_m{
	width:90px;
	height:22px; 
	float:left; 
	text-align:right;
	padding-right:10px;
 }
#s_m a img{ 
	border:0px;
 }
#s_m_a{
	width:90px;
	height:22px; 
	float:left; 
	text-align:left;
	padding-left:10px;
	border:0px;
 }
#s_m_a a img{
	border:0px;
 }
 #s_m input {
background:url("../images/dl.png") no-repeat scroll 0 0 transparent;
border:0 none;
height:19px;
width:45px;
}
#txt{
	width:69px;
	height:20px;
	float:left;
	text-align:right;
	padding-right:30px;
	border-right:solid 1px #000;
 }
#txt a{
    color:#333;
 }
#txt a:hover{
    color:#f00;
 }
#txt_a{
	width:60px;
	height:20px; 
	float:left; 
	text-align:left;
	padding-left:30px;
 }
  /* 友情链接 */
#title_e{
	width:201px;
	height:152px;
	float:left;
	margin-top:13px;
	background:#fff;
 }
#title_e h1{
	width:201px;
	height:37px;
	float:left;
 }
#title_e h1 img{
    border:0px;
 }
#link{ 
	width:200px; 
	height:104px; 
	float:left;
 }
#link li{
 	height:19px; 
	padding-top:7px;
	padding-left:30px;
	background:url(../images/ico.png) no-repeat 2px;
}
#link li a{ 
	color:#000;
 }
#link li a:hover{ 
	color:#BA3E3E;
 }
#bottom_email{
	width:1002px;
	height:40px;
	float:left;
	line-height:40px;
	text-align:center;
	background:#FFFFFF;
}
  /* 底部邮箱 */
#bottom_email a{
	color:#DA251C;
}
#bottom_email a:hover{
	color:#000;
}
  /* 底部样式 */
#bottom{
	width:1002px;
	float:left;
	font-size:12px;
	text-align:center;
	background:url("../images/bg.png") repeat scroll 0 0 ;
}
#bottom_company_name{
	width:1002px;
	height:30px; 
	float:left;
	background:#FFFFFF;
	line-height:30px;
	margin-top:10px;
	text-align:center;
}

#imwindow {
	position:fixed;
	bottom:1px;
	right:1px;
	display: block; 
	text-indent: -99999px;
	height: 154px;
	overflow:hidden;
	z-index:99;
	_position:absolute;
	_top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight-1);
	_left:expression(document.documentElement.clientWidth <= 960 ? (document.documentElement.clientWidth + document.documentElement.scrollLeft - this.offsetWidth) : (document.documentElement.clientWidth - (document.documentElement.clientWidth - 960)/2 + document.documentElement.scrollLeft - this.offsetWidth));
}

