.menu ul li a.product {
	background: url(../images/menu-bg-cur.png) no-repeat right top;
	color:#fff;
}	








/*milk*/
.milk{
	width: 459px;
    height: 409px;
    position: absolute;
    right: 100px; top: 200px; z-index: 25;
}
.milk img{
	width: 100%;
	display: block;
}
@media only screen and (max-width: 640px) {
	.milk{
		display: none;
	}
}




/*sider*/
#sider{
	float: left;
	width: 302px;
	margin-left: 40px;
	background: #fff;
	border-top: 2px solid #009944;
	margin-top: 200px;
	box-shadow:0 0 20px rgba(0,0,0,0.08);
}
#sider .title {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
}
#sider .title h2{
	font-size: 16px;
	font-weight: bold;
}
#sider .title h3{
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
#sider .content ul{
	padding: 0 7px 10px;
}
#sider .content ul li{
	padding: 15px 0;
	list-style: none;
	border-bottom: 1px solid #f1f1f1;
}
#sider .content ul li h4{
  color: #009944;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
  font-size: 16px;
}
#sider .content ul li h5{
	color: #009944;
	padding-left: 1em;
	font-size: 14px;
}
#sider .content ul li a{
	padding: 2px 0 2px 2em;
	display: block;
	font-size: 14px;
}
#sider .content ul li a.on,
#sider .content ul li a:hover{
	color: #009944;
}

/*product*/
	.index .product-detail{
		width: 740px;
		float: right;
		overflow: hidden;
		padding: 117px 0 45px 0;		
	}
	
	.text{
		width: 700px;
		padding-left: 10px;
		overflow: hidden;
	}
	.text .name{
		width: 100%;
		overflow: hidden; 
		margin-bottom: 15px;
		/*border-bottom: 3px double #e2e2e1;*/
	}
	.text .name span{
		color: #00a0e9;
		font-size: 14px; line-height: 15px;
	}
	.text .name h1{
		font-weight: normal;
		line-height: 45px; font-size: 24px; color: #000;
	}
	
	.text .content{
		width: 100%;
		overflow: hidden; margin-top: 30px;
	}
	.text .content p{
		font-size: 14px;
		line-height: 22px; color: #000;
	}
	.text .content p b{
		font-weight: normal;
		color: #666666;
	}
@media only screen and (min-width: 640px) {
	.phone-list{
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	.index .product-detail{
		width: 100%;
		padding: 50px 0 45px 0;		
	}
	
	.phone-list{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.phone-list img{
		width: 100%;
	}
	
	.text .name h1{
		font-size: 18px; 
	}
	
	.text{
		width: 100%;
		overflow: hidden;
		float: none;
	}
}




#wrap_product{
	width: 100%;
	overflow: hidden;
	background: url(../images/product-bg.jpg) repeat-x top left;
}
	.title {
	    width: 100%;
	    overflow: hidden;
	    margin: 35px auto 35px;
	}
	.title h1 {
	    color: #00a0e9;
	}
	
	.index .related-product{}
	.index .related-product ul{
		width: 100%;
		overflow: hidden;
		padding-bottom: 45px;
	}
	.index .related-product ul li{
		width: 25%;
		float: left; margin-top: 40px;
	}
	.index .related-product ul li a{
		display: block;
		width: 90%;
		margin: 0 auto;			  
	}
	.index .related-product ul li a img{
		display: block;
		width: 100%;
		-webkit-box-shadow:0 0 3px 3px #e3e2e1;  
		-moz-box-shadow:0 0 3px 3px #e3e2e1;  
		box-shadow:0 0 3px 3px #e3e2e1;
	}
	.index .related-product ul li a p{
		font-size: 14px; 
		text-align: center;
		color: #000; line-height: 45px;
	}
@media only screen and (max-width: 640px) {
	.index .related-product ul li{
		width: 100%;
	}
	#sider{
		display: none;
	}

}