body{
	margin:0px;
	padding:0px;
	background-color:rgb(240,240,240);
}
.top{
	height:100px;
	widht:100%;
	
}
.main{
	width:1270px;
	height:100%;
	margin:0 auto;
}
.content_left{
	width:225px;
	height:800px;
	float:left;
	margin-top:20px;
}
.content_right{
	width:900px;
	height:1440px;
	background-color:#fff;
	margin-top:20px;
	float:left;
	margin-left:20px;
}
.product_img{
	width:300px;
	height:520px;
	float:left;
	margin-left:50px;
	margin-top:10px;
}
.product_img ul li .img1{
	border:1px solid #eee;
}
.product_info{
	width:500px;
	height:500px;
	float:left;
	margin-left:30px;
}

.product_info p{
   font-family:Tahoma;
   font-size:16px;
}

.tab_name{
	height:70px;
	width:900px;
	top:10px;
	margin-left:30px;
	overflow:hidden;
}
.tab_name ul{
  padding:0px;
  margin-top:10px;
}
ul li{
	list-style:none;
}
.tabitem{
	display:block;
	border:1px solid #c0c0c0;
	width:130px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}
#tab01{
	border:1px solid #eee;
}
.tabitem_content{
   width:100%;
   height:50px;
   line-height:50px;
   text-align:center;
   font-family:Tahoma;
   font-size:14px;
   cursor:pointer;
}
.tab_body{
	height:800px;
	width:800px;
    margin:0 auto;
	top:10px;
	border:1px solid #c0c0c0;
}

.tab_body p{
   font-family:Tahoma;
   font-size:16px;
}
#tab01_body table{
	border-collapse:collapse;
	width:600px;
	margin:0 auto;
	margin-top:20px;
}
#tab01_body table tr td{
	border:1px solid #c0c0c0;
	text-align:center;
	height:30px;
}
#tab01_body table tr .td1{
	width:250px;
}
#tab02_body{
	display:none;
	height:500px;
}
#tab02_body form{
	width:600px;
	height:500px;
	margin:0 auto;
	margin-top:50px;
}
#tab02_body form .form_div{
	margin-bottom:15px;
}
#tab02_body form .form_div .form_img{
	float:left;
}
#tab02_body form .form_div  .form_button{
	width:100px;
    cursor:pointer;
    margin-left:42px;
    
}
#tab02_body form .form_div input{
	margin-left:20px;
	width:300px;
	height:40px;
	font-size:16px;
}
#tab02_body form .form_div textarea{
	width:400px;
	height:100px;
	margin-left:20px;
	max-width:400px;
	max-height:100px;
	font-size:16px;
}
.relative{
	width:100%;
	height:300px;
	background-color:#fff;
}
.cut-off{
	width:100%;
	height:20px;
    margin-top:30px;
    border-top:1px dashed #c0c0c0;
}
.cut-off p{
	margin-left:30px;
	font-family:Tahoma;
    font-size:16px;
}
.slide{
	width:800px;
	height:200px;
	margin:0 auto;
	margin-top:30px;
	border:1px solid #c0c0c0;
	overflow:hidden;
	
}
.slide ul{list-style:none;width:2999px;margin-top:5px;}
.slide ul li{ float:left;}
#slide ul li a .slide_img img{
   width:95%;
   height:95%;
}
#slide .slide_img{
	width:215px;
	height:190px;
}
html, body, #myfoot {height: 92%;}
    body > #myfoot {height: 140%; min-height: 92%;}
    #my_clear {padding-bottom: 50px;}  /* 必须使用和footer相同的高度 */
    #my_footerr {position: relative;
	margin-top: -50px; /* footer高度的负值 */
	height: 50px;
	clear:both;}
.footer{
	width:100%;
	height:50px;
	background-color:rgb(42,45,52);
}
