@charset "utf-8";
#mainContent {
	height: auto;
}

.bannerMsgOut {
	color: #FFFFFF;
}
.bannerMsgOver {
	color: #FFFF00;
}
.serviceCase {
	background-image: url(../images/mainImg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top:100px;
	overflow: hidden;
}

.sc_control {
	text-align: right;
	margin: 0px;
	list-style-type: none;
}
.sc_control li {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
    display: -moz-inline-stack;  /*Firefox only code*/
    display: inline-block;       /*some standard browsers*/
    zoom: 1;                     /*IE only*/
    *display: inline;            /*Only IE know this code (CSS Hack)*/
}
.sc_control li a{
	text-indent:-2000px;
	display:block;
	width:16px;
	height:16px;
	zoom:1;
	overflow:hidden;
	text-align: left;
}
.sc_control li.date {
	margin: 0 20px 0 10px;
	vertical-align:middle;
}
.sc_control li.last {
	background-image: url(../images/btn_06.gif);
}
.sc_control li.next {
	background-image: url(../images/btn_07.gif);
}
.sc_control li.page {
	background-image: url(../images/btn_08.gif);
}
.sc_control li.page_current {
	background-image: url(../images/btn_09.gif);
}
.sc_content {
	background-image: url(../images/service_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 250px;
	width: 749px;;
	position:relative;
	overflow: hidden;
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 6px 14px;
}
.sc_showcase {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 14px;
	width: 160px;
	height:auto;
	color: #FFFFFF;
	padding-top:138px;
}
.sc_showcase dt {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../images/service_picbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 154px;
	line-height: 22px;
	padding: 0 3px;
}
.sc_showcase dd {
	margin:0px;
	padding: 0px;
	font-size: 1.2em;
	line-height:1.5em;
	height:7.5em;
	overflow:hidden;
}

/*.sc_showcase {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 14px;
	width: 160px;
	height:240px;
	color: #FFFFFF;
	position:relative;
}
.sc_showcase dt {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../images/service_picbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 154px;
	line-height: 22px;
	padding: 0 3px;
	position:absolute;
	top:138px;
	left:0px;
	z-index:auto;
}
.sc_showcase dd {
	margin:0px;
	padding: 0px;
	font-size: 1.2em;
	line-height:1.5em;
	position:absolute;
	top:165px;
	left:0px;
	z-index:auto;
	height:7.5em;
	overflow:hidden;
}
*/
.sc_showcase_expand {
	background-image: url(../images/btn_10.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 18px;
	display: block;
	float: right;
}
.sc_showcase_expand:hover {
	background-image: url(../images/btn_11.png);
}
.sc_showcase_expand a {
	text-indent: -2000px;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.sc_expendDiv{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	text-align: left;
	zoom:1;
	overflow:hidden;
}
.sc_expendDiv_comment {
	font-size: 1.2em;
	margin: 0px;
	padding: 1em 0;
	border-top: 1px dotted #CCCCCC;
	clear: left;
}

.sc_expendDiv_detail {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 320px;
	height: 160px;
	float:left;
	position:relative;
}
.sc_expendDiv_detail dt {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../images/service_picbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 160px;
	line-height: 22px;
	padding: 0px;
	text-align:center;
	position: absolute;
	top:138px;
	left:0px;
	z-index:2;
	color: #FFFFFF;
}
.sc_expendDiv_detail dd {
	margin:0px;
	padding: 0px;
	font-size: 1.2em;
	position: absolute;
	top:0px;
	left:170px;
	z-index:3;
	text-align:left;
}
.sc_expendDiv_forward {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width:auto;
	height: 160px;
	float:left;
	padding-top:20px;
	padding-left:40px;
	background-image: url(../images/service_bg2.gif);
}

.sc_expendDiv_forward dd {
	font-size: 1.2em;
	margin: 5px 0px;
	height:2em;
	line-height:2em;
}
.sc_expendDiv_forward label {
	display: block;
	float: left;
	width: 6em;
}
.sc_expendDiv_forward_input {
	width: 15em;
}
.sc_expendDiv_forward_btn {
	margin-left: 6em;
}
