﻿@charset "UTF-8";



#machine_content_main{
	width: 930px;
	margin: 0 auto;
	position: relative;
}

#machine_content_main .title_bg{
	width: 440px;
	height: 42px;
	background: url(../images/common/title_bg_machine.png) no-repeat;
}

#machine_content_main .title_bg img{
	margin:12px 0 0 12px
}





/*gallery*/
#machine_gallery_box{
	width: 928px;
	height: 458px;
	position: relative;
	overflow: hidden;
	border :1px solid #860036;
	background: #000; }

#machine_gallery_box ul{
	height: 547px;
	position: absolute;
	top: 0;
	left: 0;
}

#machine_gallery_box ul li{
	float: left;
	width: 930px;
	height: 460px;
	display: none;
}


#machine_gallery #next{
	width: 930px;
	height: 440px;
	position: absolute;
	top: 0;
	left: 0px;
	cursor: pointer;
}

#machine_gallery #thumb{
	width:930px;
	height: 69px;
	padding: 6px 0;
	position: relative;
}

#machine_gallery #thumb_box{
	width:851px;
	height: 70px;
	position: relative;
	background: url(../../../images/common/bg_black.png);
	margin:0 auto;
	overflow: hidden;
}

#machine_gallery #thumb ul{
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding :0;
}

#machine_gallery #thumb ul li{
	width: 138px;
	height: 68px;
	float: left;
	margin: 0 2px 0 0;
	border :1px solid #860036;
	cursor: pointer;
}

#machine_gallery .thumbbtn{
	position: absolute;
}

#machine_gallery #thumb #arrow_l{
	top: 5px;
	left: 0;
}

#machine_gallery #thumb #arrow_r{
	top: 5px;
	right: 0;
}

/*spec*/
#machine_spec{
	width: 928px;
	height: 760px;
	background: url(../images/common/spec_bg.jpg) no-repeat;
}


#machine_spec table{
	margin: 25px 0 0 40px;
}

#machine_spec table td{
	padding:6px 10px;
	color: #fff;
}





/*parts*/
#machine_parts_box{
	width: 760px;
	height: 400px;
	position: relative;
	overflow: hidden;
	border :1px solid #860036;
	background: #000;
	margin: 120px auto 0;
}

#machine_parts_box ul{
	height: 547px;
	position: absolute;
	top: 0;
	left: 0;
}

#machine_parts_box ul li{
	float: left;
	width: 760px;
	height: 400px;
	display: none;
}


#machine_parts #p_next{
	width: 930px;
	height: 440px;
	position: absolute;
	top: 0;
	left: 0px;
	cursor: pointer;
}



#partsthumb{
	width:930px;
	height: 97px;
	padding: 6px 0;
	position: absolute;
	top: 5px;
	left: 0;
}

#partsthumb_box{
	width:764px;
	height: 97px;
	position: relative;
	margin:0 auto;
	overflow: hidden;
}

#partsthumb ul{
	height: 97px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding :0;
}

#partsthumb ul li{
	width: 180px;
	height: 95px;
	float: left;
	margin: 0 11px 0 0;
	border :1px solid #860036;
	cursor: pointer;
}

.p_thumbbtn{
	position: absolute;
}

#partsthumb #p_arrow_l{
	top: 5px;
	left: 11px;
}

#partsthumb #p_arrow_r{
	top: 5px;
	right: 11px;
}


/*parts comment area*/

.part_capiton,
#parts_container{
	display: none;
}

.caption,
#parts_comment{
	width: 760px;
	margin: 0 auto;
}

.caph4{
	background: #860036;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
}

.capp{
	background: #99003e;
	padding: 10px 20px;
	color: #fff;
	line-height: 1.8em;
}

#parts_comment h3{
	margin: 40px 0 40px 20px;
}

.sti_btn{
	background: #860036;
	padding: 20px 0;
	text-align: center;
	content: "";
	display: block;
	clear: both;
}


.capimg{
	width: 250px;
	text-align: center;
	float: right;
	margin:0 0 20px;
}

#comment_area{
	background: #111;
	margin:0;
}

#comment_area ul{
	margin:0 0 40px;
}

#comment_area li{
	padding:20px 0 20px;
	content: "";
	display: block;
	clear: both;
}

.comment_box{
	width: 720px;
	color: #fff;
	padding: 0 20px 20px;
	line-height: 1.8em;
}


#comment_area li .capimg p{
	width: 210px;
	margin:5px auto 0;
	text-align: center;
	color: #fff;
	font-size:11px;
}
.mar15