﻿/* CSS Document */

body{margin:0; 
	 padding:20px 0 0 0; 
	 font-size:12px; 
	 color:#666; 
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 line-height:20px;
	 background:url(../images/bg.gif) repeat-x #3A6FC6;
}

img{ border:0px; }
a{color:#666; text-decoration:none;}
a:hover{ color:#333; text-decoration:underline;}
h1,h2,h3,h4{ font-size:12px; font-weight:normal; padding:0; margin:0; }
p{ margin:0 0 15px 0; padding:0; }
ul{ margin:0; padding:0; list-style:none;}
form{ margin:0; padding:0;}

.space{ clear:both;}
.left{ float:left;}
.right{ float:right;}

/* --top-- */
.top{ width:900px; height:80px; margin:0 auto; background:url(../images/top_bg.jpg) no-repeat;}
.logo{ padding:20px 0 0 15px;float:left;}
.top_rig{ float:left; width:500px; padding:31px 0 0 30px;}
.top_rig img{ float:left;}
.top_rig2{ float:left; width:80px; padding-top:32px;}


/* ---- */
.content{ width:880px; margin:0 auto; padding:10px; background:#fff;}

/* --pro-- */
.ad{width:386px; height:487px;position:relative; float:left;}

.ad_no{position:absolute; left:0px; top:0px;}

.ad_no1{display:block;width:51px; height:51px;CURSOR: hand; background:#000;}
.ad_no2{display:block;width:51px; height:51px;CURSOR: hand; background:url(../images/ad_link2.gif) no-repeat;}

/* ---- */
.m_about{ width:454px; height:275px; padding:16px 20px 0 20px; background:url(../images/about_bg.jpg) no-repeat; float:left;}
.about_more{ text-align:right; padding-right:10px;}
.about_more a{color:#333; text-decoration:underline;}
.new_pro{ width:248px; height:195px; border:1px solid #d4d4d4; border-top:0px; border-left:0px; float:left;}
.business{ width:244px; height:195px; border:1px solid #d4d4d4; border-top:0px; border-left:0px; float:left;}

.rz{ width:376px; float:left; padding:15px 10px 0 0;}
.rz_tel{ border-top:1px solid #d4d4d4; padding-top:10px; margin-top:10px;}
/* --news-- */
.news{ float:left; width:494px; padding-top:10px;}
.news ul{ padding-left:6px;}
.news li{ padding-left:10px; background:url(../images/icon1.gif) no-repeat; margin-top:5px;}

/* --foot-- */
.footer{ background:#B2B2B2; margin:0 auto; width:900px; padding:10px 0; text-align:center; color:#fff; line-height:18px;}
.footer a{ color:#fff;}
.foot_left{ float:left; color:#fff;}
.foot_rig{ float:right; text-align:right; color:#fff;}


/* --轮换-- */
div#MainPromotionBanner{
	width:248px;
	height:165px;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 165px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 248px;
	height: 165px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 248px;
	height: 165px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: -20px; 
	right: 6px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #333;
	text-align: center;
	line-height:14px;
	width: 20px;
	height: 14px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:0px 3px;
	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.0em;
	line-height: 14px;
	height: 14px;
	width: 20px;
	margin:0 3px; 
}