@charset "utf-8";
/* CSS Document */
body{
background:#f9f9f9;
}
.pageleft{
float:left;
width:255px;
height:auto;
min-height:100px;
background:#fff;
margin-bottom:30px;
}
.lefttypename{
float:left;
width:100%;
height:40px;
background:#ff5f09;
border-top-left-radius:10px;
border-top-right-radius:10px;
font-size:18px;
color:#fff;
font-weight:bold;
line-height:40px;
text-indent:20px;
}
.lefttypename span{
font-size:14px;
font-weight:normal;
padding-left:10px;
padding-top:10px;
}
.pageleft ul{
float:left;
width:200px;
height:auto;
margin-left:27px;
margin-top:10px;
margin-bottom:20px;
}
.pageleft ul li{
float:left;
width:100%;
height:30px;
line-height:30px;
border-bottom:1px dashed #e6e6e6;
font-size:16px;
}
.pageleft ul li .cur{
color:#ff5f09;
}
.pageright{
float:right;
width:920px;
height:auto;
min-height:700px;
background:#fff;
margin-bottom:30px;
border:1px solid #e6e6e6;
}
.righttitle{
float:left;
width:800px;
height:40px;
line-height:40px;
font-size:24px;
color:#333333;
margin-left:50px;
background:url(../images/hs.png) repeat-x left bottom;
margin-top:35px;

}
.righttitle span{
float:left;
width:auto;
height:37px;
line-height:27px;
font-size:24px;
color:#333333;
padding-right:10px;
border-bottom:3px solid #ff5f09;
}

.pagecontent{
float:left;
width:800px;
height:auto;
padding-top:20px;
padding-bottom:20px;
font-size:14px;
line-height:24px;
margin-left:50px;
}

.pageweizhi{
float:left;
width:100%;
height:50px;
line-height:50px;
border-bottom:1px solid #cdcdcd;
color:#333333;
font-size:14px;
}

.piclist{
float:left;
width:100%;
height:auto;
margin-top:10px;
min-height:700px;
margin-bottom:30px;
}

.piclist ul{
float:left;
width:105%;
height:auto;
display:none;
}
.piclist ul li{
float:left;
width:285px;
height:265px;
margin-right:23px;
margin-top:23px;
}
.piclist ul li a .caseimg{
float:left;
width:285px;
height:176px;
overflow:hidden;

}
.piclist ul li a:hover img{
	transform: scale(1.2);
}




.piclist ul li a .casetitle{
float:left;
width:255px;
height:69px;
padding-top:20px;
font-size:14px;
color:#232528;
padding-left:15px;
padding-right:15px;
line-height:22px;
background:#fff;
-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;

}
.piclist ul li a:hover .casetitle{
float:left;
width:255px;
height:69px;
padding-top:20px;
font-size:14px;
color:#fff;
padding-left:15px;
padding-right:15px;
line-height:22px;
-moz-box-shadow:4px 5px 6px #A8A8A8; -webkit-box-shadow:4px 5px 6px #A8A8A8; box-shadow:4px 5px 6px #A8A8A8;
background:#fc7c38;
}


.chexinglist{
float:left;
width:100%;
height:auto;
background:#fff;
}
.chexinglist table{
width:100%;
}
.chexinglist td{
border-bottom:1px dashed #cdcdcd;
}

.chexinglist td dl{
width:138px;
height:80px;
}
.chexinglist td dl dt{
float:left;
width:100%;
height:40px;
font-size:18px;
line-height:40px;
font-weight:bold;
color:#333;
}
.chexinglist td dl dd{
float:left;
width:100%;
height:40px;
font-size:18px;
line-height:40px;
color:#888;
margin:0px;
}








.banner{
width:100%;
height:380px;
}

.banner .hd{
    width: 1280px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
    height: 15px;
    top: 380px;
	
}
.banner .hd ul{
margin:auto;
width:90px;
}
.banner .hd ul li{
    float: left;
    width:16px;
    height: 16px;
    border: 1px solid #fff;
	background:#fff;
    border-radius: 50%;
    cursor: pointer;
	margin:3px;
}
.banner .hd ul li.on{
    background: #ff5f09;
	width:30px;
    border: 1px solid #ff5f09;
    border-radius:10px;
}
.banner .bd ul li{
    width: 100%;
    height: 380px;
	margin:0px;
	padding:0px;
    background-size: cover;

}
.index{
margin-top:20px;
}

.Brand{
margin-top:20px;
}


