/*内页通用*/
.list_main{
	background: #f7f7f7;
}
.list_common{
	position: relative;
	width: 100%;
	
}
.list_quotes{
	padding-bottom: 10px;
}
.top_ban{
	display: block;
	width: 100%;
	height:260px;
}
.top_bt{
	width: 100%;
	padding: 25px 0;
	text-align: center;
	background: #fff;
}
.top_bt h2{
	font-size: 36px;
	font-weight: bold;
}
.top_bt h2 span{
	color: #da2720;
}
.top_bt h3{
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.top_nav{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
}
.top_nav ul{
	float: left;
}
.top_nav ul li{
	float: left;
	position: relative;
	display: block;
	padding:0 10px;
	text-align: center;
}
.top_nav ul li a{
	color: #000;
	font-size: 15px;
	display: block;
	padding:0 10px;
	width:100%;
	height:100%;
	position: relative;
	transition: color 250ms ease 0s;
}
.top_nav ul li a::after{
	background-color: #da2720;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 0;
}
.top_nav ul li a:hover,{
	color: #da2720;
	font-weight: bold;
	
}
.top_nav ul li a.t_txt{
	color: #da2720;
	border-bottom: 1px solid #da2720;
}
.top_nav ul li a:hover::after{
	width: 100%;
}
.top_nav p{
	float: right;
	font-size: 12px;
	color: #666 !important;
}
