﻿@charset "utf-8";

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

body{
	font:12px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	line-height:20px;}
 #wrapper { 
	width: 977px;  
	margin: 0 auto; 	
	text-align: left; }

a:link,a:visited{	
	text-decoration:none;
	color:#666666;}
img{
	border:none;}
a:hover{	
	text-decoration:underline;}
ol,ul,li{
	list-style:none;}
/**************header begin***************/
#header{
	 margin-top:10px;}
#header h1{
	float:left;
	margin-bottom:6px;
	}
#main_nav{
	width:500px;
	float:right;
	margin-top:8px;}
#main_nav li{
		float:left;
		padding:4px 12px;
		line-height:0px;
		background:url(../img/Divider.gif) left center no-repeat;}
#menu1 li{
	padding:4px 16px 4px 16px;
	}
#main_nav li img{
	display:block;}
#main_nav li.first{
	padding-left:0;
	background:none;}	
#main_nav li.last{
	padding-right:0px;}
/**********header end*************/
#content{
	background:url(../img/index_bg2.jpg) left top no-repeat;
	width:977px;
	height:611px;
	}
.product{
	width:392px;
	margin-right:72px;
	padding-top:150px;
	float:right;
	display:inline;
	}
.product a{
	display:inline;
	margin-left:22px;
	_margin-left:19px;
	margin-bottom:43px;
	float:left;
	width:106px;
	height:147px;
	background:url(../img/touying.png) right bottom no-repeat;
	}
.product a img{
	display:inline;
	width:104px;
	height:147px;
	border:1px solid #e0ecf8;
	margin-bottom:0px;
	margin-right:5px;
	}

/**********afd*************/
.product_afd{
	width:392px;
	margin-right:72px;
	padding-top:150px;
	float:right;
	
	}

.product_a{
	
	float:left;	
	height:40px;	
       
        margin-right:20px;
	}

.product_afd a img{
	
	width:104px;
	height:147px;
	border:1px solid #e0ecf8;
	margin-bottom:0px;
	margin-right:5px;
	}

/**********intro  begin*************/
#intro{
	float:left;
	margin-left:84px;
	width:358px;
	display:inline;
	color:#fff;
	padding-top:120px;
	line-height:20px;
       /*	font-weight:bold;   (edited by henry lu) */
	}

#intro h1{
	margin-bottom:10px;
	margin-top:0px;
	font:italic bold 20px Arial, Helvetica, sans-serif;
	}

#intro p{
	margin-bottom:15px;
}


/**********footer  begin*************/
  #footer {
	  font:normal 11px Arial, Helvetica, sans-serif;
	  color:#777777;
	  padding:10px 0px 10px 0px;
	  clear:both;
	  } 
  #footer p{
	  float:right;
	  } 

/**********footer end*************/

.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}
