.rank li {
	    height: 55px;
    line-height: 55px;
    color: #4d4d4d;
    border-bottom: 1px #ccc dashed;
}

.rank li.listtitle{
	font-weight: bold;

}
.rank li .item1 {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 16px;
}

.rank li+li .item1{
	

}

.rank li .item2 {
	float: left;
	width: 57%;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 16px;
}

.rank li .item2 a{
	color: #4d4d4d;
}

.rank li .item3 {
	float: left;
	width: 23%;
	text-align: center;
	font-size: 16px;
}


.fuwu .index-title ,.jilu .index-title{
	position: relative;	
}

.fuwu .index-title h3 ,.jilu .index-title h3{
	width: 176px;
	margin: 0 auto 20px;
	float: initial;
	border-bottom: none;
}

.fuwu .index-title h3 img ,.jilu .index-title h3 img{
	width: 100%;

}

.fuwu .index-title::after ,.jilu .index-title::after{
	content: "";
	background: #f0cac8;
    height: 1px;
    visibility: initial;
    width: calc(50% - 100px);
    position: absolute;
    right: 0px;
	left: auto;
    bottom: 6px;
}


.fuwu .index-title::before ,.jilu .index-title::before{
	content: "";
	background: #f0cac8;
    height: 1px;
    visibility: initial;
    width: calc(50% - 100px);
    position: absolute;
	left: 0;
    bottom: 6px;
}


.fuwu ul{
	overflow: hidden;
}

.fuwu ul::after{
	content: "";
	position:absolute;
	left: 0;
	top:170px;
	width: 100%;
	height: 2px;
	background: #ac1216;
	z-index: 1;
}

.fuwu ul li{
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}


.fuwu ul li::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #be1a11;
    border-radius: 50%;
    position: absolute;
    top: 83px;
    left: -5px;
   z-index: 2;
}

.fuwu ul li:first-child:after{
	display: none;

}

.fuwu ul li .fuwu-icon{
	width: 141px;
	height: 143px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}


.fuwu ul li .fuwu-icon.fuwu-icon1{
	background: url(../images/fuwu-icon1.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li:hover .fuwu-icon.fuwu-icon1{
	background: url(../images/fuwu-icon1-ac.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li .fuwu-icon.fuwu-icon2{
	background: url(../images/fuwu-icon2.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li:hover .fuwu-icon.fuwu-icon2{
	background: url(../images/fuwu-icon2-ac.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li .fuwu-icon.fuwu-icon3{
	background: url(../images/fuwu-icon4.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li:hover .fuwu-icon.fuwu-icon3{
	background: url(../images/fuwu-icon4-ac.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li .fuwu-icon.fuwu-icon4{
	background: url(../images/fuwu-icon3.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li:hover .fuwu-icon.fuwu-icon4{
	background: url(../images/fuwu-icon3-ac.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li .fuwu-icon.fuwu-icon5{
	background: url(../images/fuwu-icon5.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li:hover .fuwu-icon.fuwu-icon5{
	background: url(../images/fuwu-icon5-ac.png) center no-repeat;
	background-size: 100%;
}

.fuwu ul li p{
	font-size: 17px;
	color: #4d4d4d;
	margin-top: 10px;
} 

.tgtjbox .cont .cont-box .more {
    right: 0px;
}
