@charset "utf-8";
body { margin:0px; padding:0px; color:#333333; background: #000000; font-size:12px; line-height:180%;}
ul,li,form {list-style:none; padding:0px; margin:0px;}

a {color:#552a57; text-decoration:underline;}
a:hover {color:#666666; text-decoration:none;}

.main {width:906px; margin:0px auto 0px auto ; background:#FFFFFF}
.logo {height:40px; padding-top:8px; background:#000000; padding-left:353px;}

.mleft {width:253px; float:left; min-height:315px; padding-bottom:20px; background:url(images/mleftbg.gif) right repeat-y #FFFFFF;}
.mright { width:653px; float:right;padding-bottom:20px; background:#FFFFFF;}
.copyright {width:866px; height:60px; margin:0px auto 20px auto ; clear:both; padding:15px 20px 10px 20px; background: url(images/copyright.jpg) top no-repeat; line-height:14px; color:#000000}
.nav {width:auto; clear:both; height:36px; padding-top:5px; background:#000000; text-align:right}
.nav ul {list-style:none; padding:0px; margin:0px;}
.nav .navmenu li {display:block; float:left; margin-right:3px; list-style:none; width:78px;}
.nav .navmenu li a {display:block; width:78px; height:36px; text-align:center; background:url(images/nav1.gif) top no-repeat; font-family:微软雅黑; font-weight:bold; color:#FFFFFF; text-decoration:none; line-height:30px; font-size:14px;}
.nav .navmenu li a:hover {width:78px;background:url(images/nav2.gif) top no-repeat; color:#18ff00}
.indexad { width:631px ; height:259px; background:#FFFFFF; border:5px solid #333333;}
.casediv {width:631px ; height:auto; background:#FFFFFF; border:5px solid #333333; border-bottom:0px; height:330px; float:right}
.casetype {margin-left:10px;}
.casetype li {height:30px; line-height:30px; font-size:14px; font-family:微软雅黑; text-align:center; background: url(images/bbb.gif) bottom repeat-x; float:left; width:44%; margin-right:8px;}
.linespace {clear:both; font-size:0px; line-height:0px; height:10px;}

.zx li { display:block; height:24px; line-height:24px; background:url(images/bbb.gif) bottom repeat-x; margin-left:10px}
.zx li strong {background:url(images/littt.gif) left no-repeat; float:left; padding-left:13px; font-weight:normal;}
.zx li span {float:right; color:#666666; font-size:10px;}
.zx li strong a {text-decoration:none;}
.zx li strong a:hover {text-decoration:underline;}
a.aboutus {display:block; padding:10px;  color:#333333; text-decoration:none;border:1px solid #FFFFFF; line-height:18px;}
a.aboutus:hover {border:1px solid #e6a2e9; background:#f6dff7; color:#522754;}
.case img { border:4px solid #EBEBEB}
a.btn {display:block; background:url(images/btnb.gif) top no-repeat; color:#FFFFFF; width:162px; height:27px; line-height:27px; text-indent:12px; text-align:left; text-decoration:none; margin:5px; color:#FFFFFF; font-weight:bold;}
a.btn:hover {color:#FFFF66;background:url(images/btnb.gif) bottom no-repeat;}

#slider {
    width: 631px; /* important to be same as image width */
    height: 259px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider img{
    border: 0px;
}

#sliderContent {
    width: 631px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/14px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 860px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}