@charset "utf-8";
#container{
	background-color: #fff;
}
/*banner_bar*/
.banner_bar {
	background-color: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
	height: 579px;
	text-align: left;
}
.in_leftbar { 
    float: left; 
	width: 220px;
	height: 579px; 
	background:#51cfce;
}
.in_centerbar {
	float: left; 
	width: 780px; 
	background: #fff;
}
.in_rightbar {
	float: left; 
	width: 199px; 
	background: #fff;
	border-right: 1px solid #e5e5e5; 
}

/* 单个图片幻灯片盒子 - 公用类 */
.slideBox{
	width:779px; 
	height:399px; 
	overflow:hidden; 
	position:relative; 
}
.slideBox .hd{
	position: relative;
	width: 779px;
	margin: 0px auto;
}
.slideBox .hd ul{
	margin-left: 390px;
}
.slideBox .hd ul li{
	float:left; 
	margin-right:5px;  
	width:12px; 
	height:12px; 
	line-height:12px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
	-moz-border-radius: 12px;    
    -webkit-border-radius: 12px;  
    border-radius:12px;
}
.slideBox .hd ul li.on{
	background:#ff3300; 
	color:#fff;
}
.slideBox .bd{
	position:relative; 
	height:100%; 
	z-index:0; 
	text-align:center;
}
.slideBox .bd img{
	width:779px; 
	height:399px;
}
.slideBox .hd .prev, 
.slideBox .hd .next{
	position:absolute;
	width:40px;
	height:74px;
	background: url(../images/focus_btn.png) no-repeat;
	display:block;
}
.slideBox .hd .prev{
	left: 0;
	background-position:0 -74px; 
	cursor:pointer;
}  
.slideBox .hd .next{
	right: 0;  
	background-position:-40px -74px;  
	cursor:pointer;
}  
.slideBox .hd .prev:hover{
	background-position:0 0;
}  
.slideBox .hd .next:hover{
	background-position:-40px 0;
} 
.gaive_list{
	height: 180px;
}
.gaive_list li{
	float: left; 
	border-right: #f2f2f2 solid 2px;  
	width: 258px;
	height: 180px; 
	background: #fff; 
}

.in_news,
.in_tool {
	padding: 15px 10px;
}
.in_news li {
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in_rightbar .ttl {
	font-size: 16px;
	margin-bottom: 10px;
}
.in_huilv {
	height: 80px;
	background-color: #fff;
	color: #eee;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.in_huilv span {
	font-size: 30px;
	display: block;
	line-height: 1.2;
}
.in_tool_list dl{
	width:85px; 
	display: inline-block; 
	text-align: center; 
	float: left; 
	padding-bottom: 10px; 
}
.tool1, 
.tool2, 
.tool3, 
.tool4, 
.tool5, 
.tool6{
	width: 85px; 
	height: 32px; 
	vertical-align: middle; 
	margin-bottom: 5px; 
	display:block;
}

.tool1 {
	background: url(/static/img/img_tool_01.jpg) no-repeat center top;
}
.tool2 {
	background: url(/static/img/img_tool_02.jpg) no-repeat center top;
}
.tool3 {
	background: url(/static/img/img_tool_03.jpg) no-repeat center top;
}
.tool4 {
	background: url(/static/img/img_tool_04.jpg) no-repeat center top;
}
.tool5 {
	background: url(/static/img/img_tool_05.jpg) no-repeat center top;
}
.tool6 {
	background: url(/static/img/img_tool_06.jpg) no-repeat center top;
}

.slogen {
	margin: 18px 0 22px;
}
.slogen li {
	float: left;
}
.slogen li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.classify {
	margin: 15px 0;
}
.classify li {
	display: inline;
	padding-right: 5px;
}
.classify li a {
	padding-right: 10px;
}
.product_box {
	position: relative;
	margin: 0 -7px 40px;
}
.pro-img {
	float: left;
}
.pro-img a {
	padding: 5px;
	display: block;
	border: 1px solid #fff;
}
.pro-img img {
	width: 198px;
	height: 567px;
	border: 1px solid #d2d2d2;
}
.pro-img a:hover {
	border: 1px solid #ff3300;
}
.pro-list {
	float: right;
	width: 1000px;
}
.pro-list li {
	float: left;
	padding: 0 0 0 8px;
	width: 192px;
	height: 294px;
}
.pro-list li .pro-sc {
	color: #999;
	display: none;
}
.pro-list li .span-sc {
	color: #fff;
	background-color:#ff3300;
	padding: 3px 8px;
	border-radius: 3px;
	display: inline-block;
}
.pro-list li .pro-red {
	font-size: 16px;
	color: #ff3300;
	display: inline-block;
	width: 60px;
}
.pro-list li figure {
	width: 178px;
	height: 178px;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pro-list li figure img {
	transition: 2s;
	max-width: 178px;
    width:expression(this.width>178?"178px":this.width);
	max-height: 178px;
    height:expression(this.height>178?" 178px":this.height);
}
.pro-list li a:hover figure img {
	transform: scale(1.2,1.2);
	transition: 2s;
}
.pro-list li .pro-ttl {
	margin-bottom: 10px;
	color: #333;
	display: block;
	line-height: 24px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pro-list li .pro-txt {
	color: #999;
	display: block;
	line-height: 1.2;
}
.pro-list li .pro-price {
	font-size: 18px;
	color: #ff0000;
}
.pro-list li .pro-time {
	font-size: 16px;
}
.pro-list li a {
	padding: 5px 5px 30px;
	width: 180px;
	display: block;
	border: 1px solid #fff;
}
.pro-list li a:hover {
	padding: 5px;
	border: 1px solid #ff3300;
	background-color: #f2f2f2;
}
.pro-list li a:hover .pro-sc {
	display: block;
}
.process-tt {
	text-align: center;
	margin-bottom: 20px;
	color: #999;
}
.process-tt span {
	padding: 0 20px;
	font-size: 20px;
	color: #333;
}

