*{
	margin:0;
	padding:0;
}
body{
	background: #edf5f3;
}
.product{
	overflow: hidden;
    width: 1200px;
    margin: auto;
    position: relative;
    bottom: 89px;
}
.product_left_back{
	background-image:url(../images/top_img.jpg);
	background-repeat: no-repeat;
    height: 85px;
    display: inline-block;
    width: 210px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.product_left_back p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}
.product_container{

}
.product_content_left{
    display: inline-block;
}
.product_content_left img{
	display: block;
    margin-top: 40px;
}
.product_content_right{
	float: right;
	width: 820px;
    background: #fff;
    padding: 0 40px;
}
.product_right_title{
    overflow: hidden;
    margin-top: 28px;
    border-bottom: 1px dashed #cccccc;
    padding: 0 25px 15px 25px;
}
.product_right_title p{
	display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}
.product_right_child{
	float:right;
}
.product_right_child img{
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
}
.product_right_child a{
	color:#666666;
	font-size:12px;
}
.product_right_ul{
    margin-top: 43px;
}
.product_right_li{
    display: inline-block;
    margin-bottom: 5px;
    margin: 10px 17px;
}
.product_right_li p{
	display: block;
    text-align: center;
    line-height: 45px;
    color:#666;
}
.product_right_li img{
    width:232px;
}
.product_right_li:hover p{
    color:#219a7f;
}