/* 首页公共头部 */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.active_hong {
	color: #f52122;
}

.top_top {
	height: 30px;
	background-color: #f5f5f5;

	font-size: 12px;
	color: #666666;

}

.top_top_body_left {
	display: flex;
	align-items: center;
}

.top_top_body_left img {
	vertical-align: middle;
	margin-right: 3px;
}

.top_top_body_left a {
	margin-right: 20px;
}

.top_top_body {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

.top_bottom {
	background: #FFFFFF;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #333333;
	height: 40px;
	/* border-bottom:2px solid #f52122 ; */

}

.top_top_body_left a {
	color: #666666;
}

.top_denglu_qian {
	/* display: none; */
	
	
}
.top_tab{
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.top_tab_left a {

	margin-left: 20px;
	display: inline-block;
	position: relative;
}
.top_tab_left{
	display: flex;
	align-items: center;
}
#huiyuan_top{
	width: 220px;
		height: 40px;
    background-color: #ffeef2;
    border-radius: 5px 5px 0px 0px;

    display: flex;
    align-items: center;
    justify-content: center;
}
#huiyuan_top img{
	margin-right: 5px;
}
.top_tab a:first-child {
	/* margin-right: 110px; */
}
.top_tab_active{
	color:#f52122 ;
}
.top_tab_active::before {
	/*content: '';*/
	height: 3px;
	width: 100%;
	position: absolute;
	background-color: #f52122;
	bottom: -9px;
}

.top_denglu_hou img {
	vertical-align: middle;
	margin: 0px 2px 0 15px;
	
}

.top_content_left {
	display: flex;
	height: 55px;
	align-items: center;
}

.top_content {
	display: flex;
	height: 70px;
	padding: 20px 0 0;
	justify-content: space-between;
}

.top_denglu_hou {
	display: none;
}

.top_content_right {
	
	
	border-left: 1px solid #d3d3d3;
	height: 46px;
	margin-left: 13px;
	padding-left: 13px;
}

.top_content_right p {
	margin-bottom: 3px;
}


.top_tui{
	cursor: pointer;
}
.top_content_sousuo{
	width: 554px;
		height: 44px;
		background-color: #ffffff;
		border-radius: 22px;
		border: solid 2px #f52122;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 37px;
		box-sizing: border-box;
}
.top_content_sousuo input{
	width: 70%;
	height: 100%;
	border: none;
	
}
.top_content_sousuo p{
	width: 110px;
height: 100%;
	line-height: 44px;
	background-color: #f52122 ;
	text-align: center;
	border-radius: 0 18px 18px 0;
	cursor: pointer;
}















/* 公共底部 */
.foot {
	background-color: #FFFFFF;
}

.footer {
	background: #FFFFFF;
	padding: 45px 0 26px 0;
}

.footer_top {
	display: flex;
	justify-content: space-between;
	padding: 0 38px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 60px;
}


.footer_top_item {
	display: flex;
	align-items: center;
}

.footer_top_item p {
	font-weight: bold;
}

.banquan {
	text-align: center;
}

.footer_top_item span {
	font-size: 12px;
}

.footer_top_item img {
	width: 44px;
	height: 45px;
	margin-right: 15px;
}

.all_fenlei{
	width: 220px;
	height: 40px;
	background-color: #ffeef2;
	border-radius: 5px 5px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.all_fenlei img{
	margin-right: 5px;
	margin-top: 4px;
}