﻿@CHARSET "UTF-8";

{/*展示板*/}
#slider {
	height:300px;
	//overflow:hidden;
	display:block;
	border:#CCC solid 1px;
	position:relative;
}
#slider #showBox {
	width:100%;
	height:300px;
	overflow:hidden;
	display:block;
}
#slider #num {
	position:absolute;
	right:10px;
	bottom:10px;
}
#slider #num a {
	display:block;
	float:left;
	margin-right:10px;
	width:8px;
	height:8px;
	background-color:#666;
	border:#666 solid 1px;	
}
#slider #num a.selected {
	background-color:#FFF;
	border:#666 solid 1px;
}
#panel_main {
	margin-right:260px;
}
#panel_right {
	float:right;
	width:250px;
}
.index_module {
	padding:15px;
	line-height:20px;
	border:#CCC solid 0px;
}
.index_module .title {
	display:block;
	font-size:14px;
	font-weight:bolder;
	margin-bottom:10px;
	padding-bottom:5px;
	background-image:url(../public/images/sp.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	color:#34e;
	overflow:hidden;
}
.index_module .title a {
	color:#34e;
}
.index_module p {
	margin-bottom:20px;
}
#company {
	margin-bottom:10px;
	width:300px;
	float:left;
}
#product {
	width:340px;
	float:left;
}
#product .pbox {
	width:170px;
	height:180px;
	float:left;
	overflow:hidden;
	text-align:center;
}
#product .ppic {
	width:150px;
	height:100px;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
	border:#CCC solid 1px;
	margin:0px auto;
	background-color:#FFF;
}
#product .ppic span {
	height:100%;
	writing-mode:tb-rl;
}
#product .ppic img {
	max-width:140px;
	max-height:90px;
	width:expression( width / height >= 1.56 ? "140px":"auto" ) !important;
	height:expression( width / height < 1.56 ? "90px":"auto" ) !important;
	vertical-align:middle;
}
#product .ptitle {
	margin:5px auto 0px auto;
	width:150px;
	line-height:16px;
}
#product .ptitle a {
	color:#c41d23;
}
#product .pbox:hover .ppic {
	border:#F00 solid 1px;
}
#case img.slide {
	width:100%;
}
#case #showBox {
	overflow:hidden;
	position:relative;
	height:220px;
}
#case ul {
	position:absolute;
}
