/* ·þÎñ */
.fuwuk{
	padding: 0.15rem;
    margin-top: 10px;
}
.fuwutit{
    text-align: center;
    background: url(/static/images/titbj.png) no-repeat center;
    height: 64px;
    background-size: 100%;
}
.fuwutit h1{
    font-size: 22px;
    color: #725841;
	letter-spacing:1px;
	line-height: 64px;
}
.fuwutit h2{
    font-size: 21px;
    color: #725841;
	letter-spacing:1px;
	line-height: 64px;
}
.fuwutit h3{
    font-size: 20px;
    color: #725841;
	letter-spacing:1px;
	line-height: 64px;
}
.fuwutit p{
    font-style: italic;
    color: #666;
    font-size: 12px;
}
.fuwu_con{
	margin: 10px auto 0;
    overflow: hidden;
}
.fuwu_con ul{
    overflow: hidden;
}
.fuwu_con ul li{
    width: 48.5%;
    float: left;
    margin-right: 3%;
	margin-bottom: 5px;
}
.fuwu_con ul li:nth-child(2n){
    margin-right: 0;
}
.fuwu_con ul li:nth-child(9),.fuwu_con ul li:nth-child(10){
    margin-bottom: 0;
}
.fuwu_con ul li img{
    width: 99%;
    border: 1px solid #eee;
}
.fuwu_con ul li p{
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 35px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:0 10px;
}
/* ¼ò½é */
.i-about{
    text-align: center;
    margin-top: 20px;
	background: url(/static/images/titbj.png) no-repeat center;
	height: 64px;
	background-size: 100%;
}
.i-about h3{
    font-size: 20px;
	letter-spacing:1px;
	color: #725841;
	line-height: 64px;
}
.i-about p{
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
}
.contC{
    padding:0 0.15rem 0.15rem;
    margin: 10px auto;
}
.contC p{
    line-height:25px;
    font-size:14px;
}
.contC p a{
    color: #e80303;
    font-size:14px;
}
.contC img{
    width: 100%;
	margin-bottom: 10px;
}
/* ÐÂÎÅ */
.i-new{
    text-align: center;
    margin-top: 20px;
	background: url(/static/images/titbj.png) no-repeat center;
	height: 64px;
	background-size: 100%;
}
.i-new h3{
    font-size: 20px;
	letter-spacing:1px;
	color: #725841;
	line-height: 64px;
}
.i-new p{
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
}
.action{
    padding:0.15rem;
    overflow: hidden;
}
.action ul li{
    overflow: hidden;
	line-height:35px;
    border-bottom: 1px dashed #eee;
}
.action ul li a{
    width: 72%;
    float: left;
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.action ul li span{
    float: right;
    font-size: 13px;
}

.caseList {
    padding: 0.15rem;
    background: #f0f0f0;
}

.caseList ul li {
    width: 48%;
    float: left;
    margin-bottom: 0.15rem;
    position: relative;
}
.caseList ul li p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, .5);
    font-size: 0.12rem;
}

.caseList ul li:nth-child(odd) {
    margin-right: 4%;
}

.caseList ul li a img {
    width: 100%;
}