* {
	padding: 0;
	margin: 0;
}

#product {
	overflow: auto;
	padding-top: 20px;
	width:1200px;
}

#product ul li {
	list-style: none;
	padding-left: 70px;
	text-align: left;
}

#product .product_type,
.product_detail {
	float: left;
	
}

#product .product_type {
	text-align: center;
	color: #7B8095;
	font-size: 14px;
	height: 600px;
	font-weight: lighter;
}

#product .product_type p {
	font-size: 18px;
	font-weight: bold;
	color: #FF7301;
	padding-top: 30px;
    padding-bottom: 30px;
}

#product .product_detail p {
	font-size: 16px;
	color: #9599aa;
	padding-top: 15px;
	margin-left: 36px;
	
}

#product .product_detail_abouts p{
	padding-top: 20px;
}


#product .product_detail_2 p {
	font-size: 18px;
	color: #FF7301;
	product_detail_1_table:2;
}
#product .product_detail_1 p {
	font-size: 18px;
	color: #FF7301;
	padding-top: 20px;
}
.product_detail_2 {
	float: left;
	padding-top: 60px;
	padding-left: 70px;
}
.product_detail_1 {
	float: left;
	padding-left: 30px;
	padding-top: 40px;
	
}
.product_type_ul_li {
	padding-left: 20p;
	width: 190px;
	height: 60px;
	line-height: 60px;
	border-left: #DDDDDD 1px solid;
	border-top: #EEEEEE 1px solid;
	border-collapse:collapse;
	cursor: pointer;
}

.product_type_ul_li_bottom {
	border-bottom: #EEEEEE 1px solid;
}

#product .product_type ul li:hover {
	color: #343c5c;
	border-left: #343c5c 1px solid;
	background: url(../img/left.png) no-repeat;
	background-position: right center;
	animation: move 1s;
	font-size: 14px;
	font-weight: bold;
	
	color: $343c5c;
}

.product_detail_1_table{
	margin-left:40px;
	padding-left: 40px;
	margin-top: 20px;
	width: 730px;
	border-collapse:collapse;
}

.product_detail_1_table thead{
	width: 730px;
	height: 30px;
	border: 0px;
	text-align: left;
	background-color: #f6f6f6;
}
.product_detail_1_table td{
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
	border-bottom: 1px dashed  #CCCCCC ;
	color: #aaaaaa;
	font-size: 14px;
}

.product_detail_1_table tbody tr:hover{
	cursor:pointer;
}

.product_detail_1_table th{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	color: #7b8095;
}

.product_type_checked{
	color: #343C5C ;
	background: url(../img/left.png) no-repeat;
	background-position: right center;
	border-left: 1px solid #343c5c;
	border-top: #EEEEEE 1px solid;
	font-size:   14px;
	font-weight: bold;
	animation:   move 1s;
}

@keyframes move {
	from {
		background-position: center center;
	}

	to {
		background-position: right center;
	}
}
.product_detail_abouts{
	float: left;
	width: 860px;
	padding-left: 70px;
	margin-top: 37px;
}

.product_detail{
	float: left;
	width: 860px;
	padding-left: 40px;
	margin-top: -20px;
}


.product_detail_div_text{
	color:#7b8095;
	font-size:16px;
	font-weight:lighter;
	line-height: 180%;
	letter-spacing:0.5px;
	padding-bottom: 80px;
	width: 800px;
}

#product  .product_item {
	list-style-type: none;
	float: left;
	margin-left: 33px;
	padding-left: 0px;
	margin-top: 44px;
	border: 1px solid #eeeded;
}
#product .product_item:hover{
	box-shadow: 0 0 10px 1px #d0d3d8;
}

#product  .product_item .img {
	width: 240px;
	height: 170px;
	background: white  no-repeat center;
	position: relative;
}

#product  .product_item .info {
	width: 240px;
	height: 40px;
	background: rgba(52, 60, 92, 0.1);
	line-height: 40px;
	color: #7B8095;
	text-align: center; 
	position: absolute; 
	bottom: 0px; 
	width: 240px;
}
