body,div,p,ul,li,a {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.clear {
	clear: both;
}

a {
	color: #0066CC;
}

a:visited {
	color: #0066CC;
}

a:hover {
	color: #F00;
}

/* --- 顶部 --- */

#top {
	width: 1000px; 
	height: 80px;
	margin: 0 auto;
	margin-bottom: 5px;
	background-color: #FFF;
	overflow: hidden;
}

#top_left {
	float: left;
	width:180px;
	height: 80px;
}

#top_mid {
	float: left;
	width: 570px;
	height: 80px;
	color: #F36426;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	text-align: left;
	letter-spacing: 3px;
	text-indent: 1em;
}

#top_right {
	float: left;
	width:250px;
	height: 65px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	padding-top: 15px;
}
/* --- 导航栏 --- */

#nav { 
	width: 1000px; 
	height: 30px;
	background-color: #FF6D0B;
	background-image: url(./images/nav_bk.jpg);
	margin: 0 auto;
}

#nav_sub { 
	width: 998px; 
	height: 30px;
	margin: 0 auto;
	padding-left: 2px;
}

#nav_sub ul li { 
	width: 136px; 
	height: 30px;
	list-style: none;
	float: left;
	margin: 0 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

#nav_sub ul li a {
	display: block;
	width: 134px; 
	height: 30px;
	color: #FFF;
	text-decoration: none;
}

#nav_sub ul li a:hover {
	height: 30px;
	color: #F00;
	text-decoration: none;
	background-image: url(./images/navhover_bk.jpg);
}

/* --- 广告 --- */
#ads {
	height: 60px;
	width: 998px;
	margin: 8px auto;
	border: 0px solid #AAA;
	background-color: #FFE;
}

/* --- 主体 --- */
#main {
	width: 1000px;
	margin: 0 auto;
	margin-top: 3px;
	overflow:hidden;
}

/* --- 主体左边 --- */
#left { 
	width: 220px;
	float: left;
	height: auto;
}

.left_title {
	height: 28px;
	width: 220px;
	border-top: 2px solid #FF6D0B;
	border-bottom: 1px solid #FF6D0B;
}

.left_content {
	width: 220px;
	margin: 5px 0;
	background-color: #FFF;
}

.left_content ul li{
	width: 214px;
	height: 24px;
	padding-left: 5px;
	color: #F36426;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px dashed #F36426;
}

.left_content ul li a{
	color: #F36426;
	text-decoration: none;
}

.left_content ul li a:hover{
	color: #044885;
	text-decoration: underline;
}

.left_more {
	width: 200px;
	height: 24px;
	padding-right: 20px;
	color: #F00;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-align: right;
	background-color: #EEE;
}

.left_blanket {
	width: 220px;
	height: 20px;
	background-color: #FFF;
}

.left_moyitong {
	width:165px;
	height:55px; 
	background-color:#F36426;
	padding-top:45px;
	padding-left: 55px;
}

.left_moyitong a{
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}

.left_moyitong a:hover {
	color: #FFF;
	font-weight: 700;
	text-decoration: underline;
}

.left_img {
	width: 110px;
	height: 40px;
	padding-top: 70px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	background-color: #FFE;
	word-break:break-all;
	float: left;
}
/* --- 主体右边 --- */
#right { 
	width: 760px;
	height: 680px;
	margin-left: 20px;
	float: left;
}

.right_image {
	width: 758px;
	height: 275px;
	border: 1px solid #AAA;
	margin-bottom: 10px;
}

.right_title {
	width: 760px;
	height: 30px;
	border-top: 2px solid #FF6D0B;
	background-color: #EFECE4;
	background-image: url(./images/ptitle.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	text-indent: 1em;
}

.right_more {
	width: 730px;
	height: 30px;
	padding-right: 30px;
	color: #F00;
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
	text-align: right;
}

.right_content { 
	width: 730px;
	padding: 10px 15px;
	margin-bottom: 0;
	background-color: #FFF;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	overflow: hidden;
}

.right_content p {
	text-indent: 2em;
	margin: 10px 0;
}

/* --- 底部 --- */

#foot { background-color: #FFF;
	width: 1000px; 
	height: 110px;
	margin: 0 auto;
	text-align: center;
	border-top: 3px solid #FF6D0B;
	padding-top: 10px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	overflow: hidden;
}

/* 关于耀星 */
#about_main {
	width: 1000px;
	margin: 0 auto;
	margin-top: 3px;
	overflow:hidden;
}

#about_right { 
	width: 760px;
	margin-left: 20px;
	float: left;
}

.about_right_image {
	width: 758px;
	height: 225px;
	border: 1px solid #AAA;
	margin-bottom: 10px;
}

/* 产品 */
#product_main {
	width: 1000px;
	margin: 0 auto;
	margin-top: 3px;
	overflow:hidden;
}

#product_left { 
	width: 760px;
	float: left;
	overflow: hidden;
}	

.product_left_title {
	width: 760px;
	height: 30px;
	margin-top: 10px;
	background-color: #FFE;
	border-top: 2px solid #F36426;
	border-bottom: 1px solid #F36426;
	color: #F36426;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	text-indent: 1em;
}

#product_left_content { background-color: #FFF;
	width: 760px;
}

.product_left_list { background-color: #FFE;
	float: left;
	width: 370px;
	height: 164px;
	margin-top: 20px;
	border-bottom: 1px dashed #F36426;
}

.pll_title {
	width: 370px;
	height: 30px;
	border-top: 2px solid #F36426;
	background-color: #EFECE4;
	background-image: url(./images/plltitle.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-indent: 1em;
	overflow: hidden;
}

.pll_image {
	float: left;
	width: 120px;
	height: 90px;
	border: 1px solid #888;
	margin-left: 20px;
	padding-top: 1px;
	padding-left: 1px;
	vertical-align:middle;
}

.pll_text {
	float: left;
	width: 188px;
	height: 74px;
	margin-left: 20px;
	overflow: hidden;
	color: #333;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	text-indent: 2em;
}

.pll_more {
	float: left;
	width: 188px;
	height: 16px;
	color: #F00;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: right;
}

.pll_more a {
	text-decoration: underline;
	color: #F00;
}

.pll_more a:hover {
	text-decoration: underline;
	color: #F00;
}

#product_title {
	width: 760px;
	padding-top: 30px;
	color: #F36426;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	background-color: #FFFFFA;
}

#product_brief {
	width: 720px;
	padding-top: 30px;
	color: #AAA;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-indent: 2em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #888;
	background-color: #FFFFFA;
}

#product_txt {
	width: 720px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-indent: 2em;
	background-color: #FFFFFA;
}


#product_right { 
	width: 220px;
	margin-left: 20px;
	float: left;
	height: auto;
}

.agent_txt {
	width: 370px;
	height: 180px;
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

.agent_con {
	width: 340px;
	height: 142px;
	padding-left: 30px;
	padding-top: 5px;
	background-color: #FFE;
	border-bottom: 1px dashed #F36426;
}


#xf_left_content {
	width: 760px;

}

#xf_left_content ul li {
	width: 700px;
	padding: 0 30px;
	height: 30px;
	border-bottom: 1px dashed #AAA;
	color:#888;
	font-size:13px;
	font-weight: 700;
	line-height: 30px;
}

.xf_title_left { 
	width: 500px;
	height: 30px;
	float:left;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 30px;
	color:#1F3B7B;
	font-size:12px;
	font-weight: 700;
}

.xf_title_left a {
	text-decoration: none;
	color: #1F3B7B;
}

.xf_title_left a:hover {
	text-decoration: underline;
	color: #f00;
}

.xf_title_right {
	width: 160px; 
	float:left; 
	height: 30px;
	text-align: center;
	line-height: 30px;
	color:#888;
	font-size:12px;
	font-weight: 700;
}

#xf_content {
	width: 700px;
	padding: 10px 30px;
	margin: 0;
	background-color: #FFFFFA;
	color:#333;
	font-size:13px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-indent: 2em;
}