@charset "gb2312";
/* CSS Document */

/* °ëÍ¸Ã÷±³¾°ÑùÊ½£¬²Î¿¼£ºhttp://zzsvn.pcauto.com.cn/svn/test/dj/css/rgba.html */
.rgba50{background-color:#333;opacity:0.5;  filter:alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#7F000000, endColorStr=#7F000000);}
:root .rgba50{background-color:#333;opacity:0.5;  filter:alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#00000000, endColorStr=#00000000);}

/*Í¼Æ¬Ô´*/
.icons{background:url(../images/pchouse_zindex_icons.png) no-repeat scroll 0% 0% transparent; _background:url(images/pchouse_zindex_icons_b.png) no-repeat scroll 0% 0% transparent;}
.iconsa{background:url(../images/pchouse_zindex_icons_b.png) no-repeat scroll 0% 0% transparent;}

/*Ç÷ÊÆ·ÃÌ¸*/

#slide06 {position:relative; margin: 0 auto; margin-top: 10px;height: 570px;}

#slide06 .pics .divpictxt{width:770px; height:270px; background-color:#f1f1f1;}
#slide06 .pics .divpictxt span{_float:left;}
#slide06 .pics .divpictxt span img{float:left; width:180px; margin:45px 0 0 40px}
#slide06 .pics .divpictxt .divtxt{display:inline-block; float:left; width:490px; height:270px;margin-left:20px; _margin-left:10px; }
#slide06 .pics .divtxt dt{ margin-top:15px; margin-bottom:10px!important; width:55px; height:35px;_width:20px;}
#slide06 .pics .divtxt p{ height:80px; border-bottom:1px #c1c1c1 solid; margin-left:30px;font-family:"Î¢ÈíÑÅºÚ"; font-size:16px; color:#444444; line-height:40px;*margin-top:40px; _margin-top:40px; _background-color:#f1f1f1;}
#slide06 .pics .divtxt strong{font-size:18px;}
#slide06 .pics .divtxt dd{position:relative; width:455px; line-height:22px; margin-left:30px; text-indent:20px; margin-top:5px!important; *top:85px!important;*margin-left:0px; _margin-left:0px;_margin-top:5px;_top:0px; color:#000}
#slide06 .pics .divtxt .up{_width:55px!important; background-position:-480px -380px;}
#slide06 .pics .divtxt .down{float:right; _width:105px;  margin-right:20px; background-position:-565px -390px; margin-top:-10px; *margin-top:70px!important;_margin-top:-10px; _background-position:-536px -450px;}
#slide06 .slide {
	position:absolute;
	left:65px;
	width:835px;
	top: 12px;
}
#slide06 .btn_up,#slide06 .btn_down{position:absolute; left:0; top:50px; width:45px; height:75px; border:none; padding:5px; outline:none; cursor:pointer;}
#slide06 .btn_up{ background-position:-240px -365px;}
#slide06 .btn_down{ background-position:-299px -365px;}
#slide06 .btn_up:hover{ background-position:-367px -364px;}
#slide06 .btn_down:hover{ background-position:-416px -364px; }
#slide06 ul {list-style:none}

.txt_green{ color:#24ce03;}





#slide06 .pics li {
	position: absolute;
	top: 0;
	left: -120px;
	list-style: none;
	opacity: 1;
	transition: all 0.3s ease-out;
}
.p1{
	transform:translate3d(70px,0,0) scale(0.81);
}
.p2,.p6{
	transform:translate3d(140px,0,0) scale(0.81);
	transform-origin:0 50%;
	opacity: 0.8;
	z-index: 2;
}
.p3{
	transform:translate3d(235px,0,0) scale(1);
	z-index: 3;
	opacity: 1;
}
.p3 .divpictxt {
	background: #d2d2d2 !important;
}
.p4{
	transform:translate3d(330px,0,0) scale(0.81);
	transform-origin:100% 50%;
	opacity: 0.8;
	z-index: 2;
}
.p5{
	transform:translate3d(400px,0,0) scale(0.81);
}
.btn {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 60px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    background: #A29F52;
    cursor: pointer;
    font-family: 'simsun';
    border-radius: 8px;
    font-weight: bold;
    z-index: 999;
}
.btn:hover {
	text-decoration: none;
}
.prev {
	left: 0;
}
.next{
	right: 0;
}