  * {
	font-family:"微软雅黑","Microsoft YaHei" !important;
}
a {
	cursor:pointer;
	text-decoration:none;
	color:#000000;
}
.content2 {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	/* 允许子项换行*/;
}
.content2 .item {
	display:flex;
	flex-direction:column;
	flex:1 1 100;
	/* 每个子项占据100%的宽度，flex-grow和flex-shrink都设置为1*/
	box-sizing:border-box;
	/* 确保padding和border不影响宽度计算*/
	margin-bottom:1.875rem;
}
/* 图片盒子样式1 Start*/
.boximgtitle-top {
	display:flex;
	flex:1;
	flex-direction:column;
	justify-content:flex-start;
}
.boximgtitle-top .img1 img {
	width:100%;
	margin-bottom:0.625rem;
}
.boximgtitle-top .subtitle1 {
	width:100%;
	font-size:1rem !important;
	overflow:hidden;
	/* 超出隐藏*/
	text-overflow:ellipsis;
	/* 超出使用省略号*/
	display:-webkit-box;
	-webkit-line-clamp:2;
	/* 第几行*/
	-webkit-box-orient:vertical;
	max-height:3.125rem;
	/* 根据文字高度自定义设置为两行行高*/;
}
.boximgtitle-top .subtitle2 {
	width:100%;
	font-size:0.875rem;
	overflow:hidden;
	/* 超出隐藏*/
	text-overflow:ellipsis;
	/* 超出使用省略号*/
	display:-webkit-box;
	-webkit-line-clamp:2;
	/* 第几行*/
	-webkit-box-orient:vertical;
	max-height:3.125rem;
	/* 根据文字高度自定义设置为两行行高*/;
}
/* 图片盒子样式1 Start2*//* 图片合子样式2 Star*/
.boximgtitle-left {
	display:flex;
	flex-direction:row;
}
.boximgtitle-left .img1 {
	flex:2;
}
.boximgtitle-left .img1 img {
	width:100%;
}
.boximgtitle-left .itemtitles {
	flex:3;
	padding-left:1.25rem;
}
.boximgtitle-left .itemtitles .subtitle1 {
	width:100%;
	font-size:1rem !important;
	overflow:hidden;
	/* 超出隐藏*/
	text-overflow:ellipsis;
	/* 超出使用省略号*/
	display:-webkit-box;
	-webkit-line-clamp:2;
	/* 第几行*/
	-webkit-box-orient:vertical;
	max-height:3.125rem;
	/* 根据文字高度自定义设置为两行行高*/;
}
.boximgtitle-left .itemtitles .subtitle2 {
	width:100%;
	font-size:1rem !important;
	overflow:hidden;
	/* 超出隐藏*/
	text-overflow:ellipsis;
	/* 超出使用省略号*/
	display:-webkit-box;
	-webkit-line-clamp:2;
	/* 第几行*/
	-webkit-box-orient:vertical;
	max-height:3.125rem;
	/* 根据文字高度自定义设置为两行行高*/;
}
/* 图片合子样式2 End*//* 图片合子样式3 Star*/
.boximgtitle-right {
	display:flex;
	flex-direction:row;
}
.boximgtitle-right .img1 {
	flex:2;
}
.boximgtitle-right .img1 img {
	width:100%;
}
.boximgtitle-right .itemtitles {
	flex:3;
}
.boximgtitle-right .itemtitles .subtitle1 {
	width:96%;
	font-size:1rem !important;
	overflow:hidden;
	/* 超出隐藏*/
	text-overflow:ellipsis;
	/* 超出使用省略号*/
	display:-webkit-box;
	-webkit-line-clamp:2;
	/* 第几行*/
	-webkit-box-orient:vertical;
	max-height:3.125rem;
	/* 根据文字高度自定义设置为两行行高*/;
}
.boximgtitle-right .itemtitles .subtitle2 {
	width:96%;
	font-size:0.875rem;
	overflow:hidden;
	/* 超出隐藏*/
	text-overflow:ellipsis;
	/* 超出使用省略号*/
	display:-webkit-box;
	-webkit-line-clamp:2;
	/* 第几行*/
	-webkit-box-orient:vertical;
	max-height:3.125rem;
	/* 根据文字高度自定义设置为两行行高*/;
}
/* 图片合子样式3 End*/.content-img {
	display:flex;
	flex-direction:column;
}
.content-img img {
	height:5.625rem;
	width:100%;
}
.content-img-100 {
	display:flex;
	flex-direction:column;
}
.content-img-97 img {
	height:5.625rem;
	width:97%;
}
.content-img-100 img {
	height:5.625rem;
	width:100%;
}
.timeinfo {
	color:#cbc9c9;
	font-size:0.875rem;
	display:none;
}
.font-default {
	font-size:0.875rem !important;
	font-weight:normal !important;
}
.width-default {
	width:100% !important;
}
.width-img-default {
	width:100% !important;
}
.hide {
	display:none!important;
}
.b {
	font-weight:bold;
}
.ml10 {
	margin-left:0.625rem !important;
}
.mr20 {
	margin-right:1.25rem !important;
}
.mr10 {
	margin-right:0.625rem !important;
}
.mr15 {
	margin-right:0.9375rem !important;
}
.ml15 {
	margin-left:0.9375rem !important;
}
.mr30 {
	margin-right:1.875rem !important;
}
.mr40 {
	margin-right:2.5rem !important;
}
.mt0 {
	margin-top:0rem !important;
}
.mt10 {
	margin-top:0.625rem !important;
}
.mt15 {
	margin-top:0.9375rem !important;
}
.mt20 {
	margin-top:1.25rem !important;
}
.mt30 {
	margin-top:1.875rem !important;
}
.mt40 {
	margin-top:2.5rem !important;
}
.mt70 {
	margin-top:4.375rem !important;
}
.mt90 {
	margin-top:5.625rem !important;
}
.mb0 {
	margin-bottom:0rem !important;
}
.mb20 {
	margin-bottom:1.25rem !important;
}
.mb30 {
	margin-bottom:1.25rem !important;
}
.mb40 {
	margin-bottom:2.5rem !important;
}
.mb50 {
	margin-bottom:3.125rem !important;
}
.pt0 {
	padding-top:0rem !important;
}
.pt10 {
	padding-top:0.625rem !important;
}
.pt20 {
	padding-top:1.25rem !important;
}
.pl10 {
	padding-left:0.625rem !important;
	box-sizing:border-box;
}
.pl20 {
	padding-left:1.25rem !important;
}
.pl30 {
	padding-left:1.875rem !important;
}
.pl40 {
	padding-left:2.5rem !important;
}
.pl50 {
	padding-left:3.125rem !important;
}
.pr20 {
	padding-right:1.25rem !important;
}
.pb0 {
	padding-bottom:0rem !important;
}
.pb10 {
	padding-bottom:0.625rem !important;
}
.pb20 {
	padding-bottom:1.25rem !important;
}
.pb30 {
	padding-bottom:1.875rem !important;
}
.bb0 {
	border-bottom:0rem!important;
}
.flex {
	display:flex;
}
.flex-column {
	display:flex;
	flex-direction:column;
}
.flex1 {
	display:flex;
	flex:1;
}
.flex1-5 {
	display:flex;
	flex:1.5;
}
.flex2 {
	display:flex;
	flex:2;
}
.flex3 {
	display:flex;
	flex:3;
}
.flex4 {
	display:flex;
	flex:4;
}
.flex0 {
	flex:unset;
}
.align-center {
	align-items:center !important;
}
.justify-start {
	justify-content:start;
}
.justify-center {
	justify-content:center !important;
}
.justify-space-between {
	justify-content:space-between;
}
.justify-end {
	justify-content:end;
}
.flex0-box {
	flex:unset;
	background:#fdfdfd !important;
	padding:1.25rem;
	border-radius:1.25rem;
	border:1px solid #c1ccc1 !important;
}
.w21 {
	width:20.6% !important;
}
.w23 {
	width:23% !important;
}
.w31 {
	width:31% !important;
}
.w95 {
	width:95% !important;
}
.w98 {
	width:98% !important;
}
.w100 {
	width:100% !important;
}
.h94 {
	height:94% !important;
}
.h98 {
	height:98% !important;
}
.h30 {
	height:1.875rem !important;
}
.h40 {
	height:2.5rem;
}
.bgf2 {
	background:#f2f2f2;
}
.imgmb20 img {
	margin-bottom:1.25rem;
}
.bordernone {
	border:none !important;
}
.size16 {
	font-size:1rem !important;
}
.size16bold {
	font-size:1rem !important;
	font-weight:bold !important;
	height:1.875rem !important;
	align-content:center !important;
}
.size18 {
	font-size:1.125rem !important;
}
.size18bold {
	font-size:1.125rem !important;
	font-weight:bold !important;
	height:1.75rem !important;
	align-content:center !important;
}
.line-clamp-1 {
	max-height:1.5625rem !important;
	overflow:hidden;
	/* 超出隐藏*/
	text-overflow:ellipsis;
	/* 超出使用省略号*/
	display:-webkit-box !important;
	-webkit-line-clamp:1 !important;
	/* 第几行*/
	-webkit-box-orient:vertical;
	/* 根据文字高度自定义设置为两行行高*/;
}
.line-clamp-3 {
	overflow:hidden;
	/* 超出隐藏*/
	text-overflow:ellipsis;
	/* 超出使用省略号*/
	display:-webkit-box !important;
	-webkit-line-clamp:3 !important;
	/* 第几行*/
	-webkit-box-orient:vertical;
	font-size:1rem !important;
	line-height:1.5625rem !important;
	max-height:4.6875rem !important;
	/* 根据文字高度自定义设置为两行行高*/;
}
.box-borderbottom {
	padding-top:0.625rem;
	border-bottom:0.0625rem solid #e3e7e3;
}
.box-border {
	margin-right:unset !important;
	padding:0.625rem;
	border:1px solid #d8d9d8;
	box-sizing:border-box;
	box-shadow:0rem 0.0625rem 0.0625rem 0.1875rem #f1eaea;
}
ul.helpinfo {
	border:1px solid #c1ccc1 !important;
	background:#ffffff;
	padding-top:0.625rem;
	padding-bottom:0.625rem;
	box-sizing:border-box;
	/* 关键：包含padding和border在宽度内*/
	flex-shrink:0;
	/* 禁止缩小（防止内容过多时被压缩）*/;
}
.helpinfo li {
	font-size:1rem !important;
	line-height:1.875rem;
	list-style-type:disc;
	list-style-position:outside;
	list-style-image:none;
}
.itemtitle:hover {
	color:#cf0101 !important;
}
.helpicon {
	width:1.75rem;
}
.helpicon-1 {
	width:1.25rem;
	padding-top:0.125rem;
	margin-right:0.25rem;
}
.adbox {
	padding-top:0.625rem!important;
	padding-bottom:0.625rem!important;
	background:#e7e7e7 !important;
}
.adbox .adtip {
	text-align:center;
	color:#cbc9c9!important;
}
/* gotop*/
*html {
	background-image:url(about:blank);
	background-attachment:fixed;
}
/*解决IE6下滚动抖动的问题*/
#tbox {
	width:2.9375rem;
	height:4.5625rem;
	float:right;
	position:fixed;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,490)||0)-(parseInt(this.currentStyle.marginBottom,490)||0)));
	_margin-bottom:30.625rem;
}
/*解决IE6下不兼容 position:fixed 的问题*/
#gotop {
	width:2.9375rem;
	height:2.9375rem;
	background:url(../images/top01.png) no-repeat;
	position:absolute;
	top:0rem;
	display:none;
	cursor:pointer;
}
#gotop:hover {
	background:url(../images/top02.png) no-repeat;
}
/*glide Start*/
/* 幻灯片包裹层样式（关键：控制图片尺寸）*/
   .slide-wrapper {
	width:100% !important;
	/*17.5rem*/
	   content:convert;
}
/* 包裹层中的图片样式（关键：保持比例并填满）*/
	.slide-wrapper img {
	width:100% !important;
	/* 280*158图片宽度填满包裹层*/
	  height:9.875rem !important;
	/* 图片高度填满包裹层*/
	  object-fit:cover;
	/* 保持图片原始比例，填满容器（避免拉伸或压缩）*/
	  pointer-events:none;
	/* 防止图片拦截鼠标事件（如点击导航）*/;
}
.slide-wrapper2 {
	width:100% !important;
	/*17.5rem*/
	   content:convert;
}
/* 包裹层中的图片样式（关键：保持比例并填满）*/
	.slide-wrapper2 img {
	width:100% !important;
	/* 280*158图片宽度填满包裹层*/
	  height:26.875rem !important;
	/* 图片高度填满包裹层*/
	  object-fit:cover;
	/* 保持图片原始比例，填满容器（避免拉伸或压缩）*/
	  pointer-events:none;
	/* 防止图片拦截鼠标事件（如点击导航）*/;
	border-radius: 1.25rem;
}
.glidetitle {
	margin-top:0.625rem;
	width:100%;
	flex-direction:row;
	flex-wrap:wrap;
	font-size:0.97rem!important;
	line-height:1.5625rem!important;
	height:4.6875rem!important;
	letter-spacing:0;
	color:#ffffff;
	position:relative;
	padding-left:2%;
	padding-right:2%;
	text-indent:0em;
}
.glidetitle a {
	color:#000000;
}
.glidetitle-2 {
	margin-top:-5rem;
	width: 96%;
	flex-direction:row;
	flex-wrap:wrap;
	font-size:1.02rem!important;
	line-height:1.5625rem!important;
	height:4.6875rem!important;
	letter-spacing:0;
    background:#00000014; 
	color:#ffffff;
	position:relative;
	text-indent:0em;
	padding-left: 2%;
	padding-right: 2%;
	border-radius:0rem 1.25rem 1.25rem;
}
.glidetitle-2 a {
	color:#ffffff;
	font-weight: bold;
}
.line-clamp-1 {
	height:1.5625rem !important;
	overflow:hidden;
	/* 超出隐藏*/
		text-overflow:ellipsis;
	/* 超出使用省略号*/
		display:-webkit-box;
	-webkit-line-clamp:1 !important;
	/* 第几行*/
		-webkit-box-orient:vertical;
	height:1.5625rem;
	/* 根据文字高度自定义设置为两行行高*/;
}
.line-clamp-2 {
	overflow:hidden;
	/* 超出隐藏*/
		text-overflow:ellipsis;
	/* 超出使用省略号*/
		display:-webkit-box!important;
	-webkit-line-clamp:2 !important;
	/* 第几行*/
		-webkit-box-orient:vertical;
	font-size:1rem !important;
	line-height:1.5625rem !important;
	height:3.125rem;
	/* 根据文字高度自定义设置为两行行高*/;
}
/*glide End*/
body {
	margin:0;
}
.header{
	background: #CF0101!important;
}
.head-warp {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:100%;
	background:#CF0101;
	padding:0.625rem;
	box-sizing:border-box;
	/* 确保padding和border不影响宽度计算*/
	color:#ffffff;
	z-index: 9;
}
.content-warp {
	display:flex;
	flex-direction:column;
	padding:1.875rem 1.25rem;
}
.content-item-row {
	display:flex;
	flex-direction:row;
}
.content-item-column {
	display:flex;
	flex-direction:column;
}
.timeinfo {
	color:#cbc9c9;
	font-size:0.875rem;
}
.item-cat {
	color:#ffffff;
/* 	background:#4d4d4d; */
  background:#CF0101;
	font-weight:bold;
	margin-bottom:-5%;
	margin-left:2%;
	padding:0.25rem 0.4375rem;
	z-index:2;
	font-size:0.8rem !important;
	display:flex;
	justify-content:center;
	align-items:center;
}
.item-pic {
	height:auto;
	width:100%;
}
.item-pic img {
	width:100%;
}
.item-title {
	box-sizing:border-box;
	color:#000000;
	font-size:1rem !important;
	line-height:1.5625rem !important;
	max-height:4.375rem !important;
	margin-top:0.625rem;
	display:flex;
	justify-content:start;
}
.item-cat-2 {
	color:#ffffff;
	/* background:#4d4d4d; */
	background:#CF0101;
	font-weight:bold;
	margin-bottom:-10%;
	margin-left:2%;
	padding:0.25rem 0.4375rem;
	z-index:2;
	font-size:0.8rem !important;
	display:flex;
	justify-content:center;
	align-items:center;
}
.item-cat-3 {
	color:#ffffff;
	/* background:#4d4d4d; */
	background:#CF0101;
	font-weight:bold;
	font-size:0.8rem !important;
	margin-bottom:-7%;
	margin-left:2%;
	padding:0.25rem 0.4375rem;
	z-index:2;
	display:flex;
	justify-content:center;
	align-items:center;
}
.item-cat-4 {
	color:#ffffff;
	/* background:#4d4d4d; */
	background:#CF0101;
	font-weight:bold;
	font-size:0.8rem !important;
	margin-bottom:-7%;
	margin-left:8%;
	padding:0.25rem 0.4375rem;
	z-index:2;
	display:flex;
	justify-content:center;
	align-items:center;
}
.item-pic-2 {
	height:6.3125rem;
	width:100%;
}
.item-pic-2 img {
	height:6.3125rem;
	width:100%;
}
.item-title-2 {
	margin-top:5%;
	box-sizing:border-box;
	color:#000000;
	font-size:1rem !important;
	line-height:1.5625rem !important;
	min-height:1.5625rem !important;
	display:flex;
	justify-content:start;
}
.btn-more {
	color:#ffffff;
	background:#CF0101;
	font-size:0.8rem !important;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0.625rem 1.875rem;
	border-radius:3.125rem;
}
.btn-more-infos {
	color:#ffffff;
	background:#CF0101;
	font-size:0.8rem !important;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0.625rem 1.875rem;
	border-radius:3.125rem;
}
.helpcont {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	padding:0rem 1.25rem;
	box-sizing:border-box;
	width:100%;
}
.helppictitle {
	color:#010101;
	height:2.5rem;
	font-size:1.375rem;
	font-weight:bold;
	align-items:center;
	border-bottom:0.0625rem solid #cf0101;
	margin-bottom:1.25rem;
}
.helppiclist {
	display:flex;
	width:100%;
	justify-content:space-between;
	flex-flow:wrap;
	column-gap:0.75rem;
	/* 列元素之间的间隔*/
				row-gap:1.25rem;
	/* 行元素之间的间隔*/;
}
.helppiclist .helpbox {
	justify-content:center;
	display:flex;
	flex-direction:column;
	flex-basis:calc(20% - 0.75rem);
	/* 20%宽度减去间隙*/
				flex-grow:1;
	/* 允许子项扩展以填满额外空间*/;
}
.helppiclist .helpbox .helppic {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.helppiclist .helpbox .helppic img {
	width:52%;
	margin-left:24%;
}
.helppiclist .helpbox .helptitle {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:0.75rem;
	padding:0.625rem 0rem;
	color:#3f3f3d;
	font-weight:400;
	height:2.5rem;
	align-items:start;
}
.bg-footer {
	background:#616161;
	color:#ffffff;
	font-size:1rem;
}
.logo-footer {
	width:40%;
}
.logo-footer img {
	width:100%;
	height:100%;
}
.cont-about {
	display:flex;
	width:100%;
	font-size:1rem !important;
	justify-content:space-between;
	flex-flow:wrap;
}
.cont-about div {
	display:flex;
	flex-basis:calc(25% - 0.625rem);
	/* 20%宽度减去间隙*/
	flex-grow:1;
	/* 允许子项扩展以填满额外空间*/
	color:#ffffff;
	justify-content:center;
}
.cont-about div a {
	color:#ffffff;
}
.search-h5 img {
	height:1.875rem;
}
.nav-h5 img {
	height:1.875rem;
}
/**链接菜单调整**/
 .header_inner_1 {
	width:100%;
	height:auto;
	background:#f7f7f7;
	font-size:1.375rem;
	top:3.4375rem;
	position:absolute;
	z-index:9;
	display:none;
	border-bottom:0.0625rem solid #afa1a1;
}
.header_inner_1 .nav {
	width:100%;
}
.header_inner_1 .nav li {
	padding-left:1.25rem;
}
.header_inner_1 .nav_link_box {
	padding:1.25rem;
	background-color:#ffffff;
	border-bottom:0.0625rem solid #e7e7e7;
	width:100%;
	box-sizing: border-box;
}
.header_inner_1 .nav .open {
	padding-right:0rem;
}
.header_inner_1 .nav .open img {
	width:1.25rem;
	height:1.25rem !important;
}
/*按钮样式*/
.header_inner_1 .nav_link_box .mobile_btn {
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
}
.header_inner_1 .nav_link_box .mobile_btn> div:first-of-type {
	font-weight:bold;
}
/*资讯选中*/
.header_inner_1 .nav_link_box .btn_on {
	/*background:#ac0000 url(../images/i1.png) no-repeat 3.5625rem center;*/
  color:#000000;
}
.header_inner_1 .nav_link_box:hover .mobile_btn {
	color:#000;
}
/*列表样式*/
.header_inner_1 .nav_link_box_list .in {
	margin-top:1.25rem;
	display:flex;
	box-sizing:border-box;
}
.header_inner_1 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.header_inner_1 .nav_link_box_list {
	position:relative;
	background:#fff;
	width:100%;
	height:auto;
	display:none;
	z-index:19;
}
.header_inner_1 .nav_link_box_list .in_c_list {
	position:relative;
	background:#fff;
	color:#000000;
	width:100%;
	height:auto;
	box-shadow:0;
	text-align:center;
	display:none;
	z-index:19;
}
.header_inner_1 .nav_link_box_list .in_c_list ul li a {
	display:block;
	width:100%;
	text-align:left;
	text-indent:2em;
	font-size:1.25rem;
	color:#000000;
	padding:0;
}
.header_inner_1 .nav_link_box_list ul {
	height:auto;
	width:100%;
	padding:0;
	margin:0;
}
.header_inner_1 .nav_link_box_list ul li {
	width:100%;
	height:auto;
	border-top:0.0625rem solid #f3f2f7;
	padding:0.625rem 0rem;
	margin:0;
	/*text-align:center;*/;
}
.header_inner_1 .nav_link_box_list ul li a {
	display:block;
	width:100%;
	text-align:left;
	text-indent:2em;
	font-size:1.25rem;
	color:#000000;
	padding:0;
}
.header_inner_1 .nav_link_box_list ul li a:hover {
	color:#FFF;
	background:#ac0000;
}
.header_inner_1 .mobile_btn2 {
	width:100%;
	text-align:left;
	text-indent:2em;
	font-size:1.25rem;
	color:#000000;
	padding:0;
}
.header_inner_1 .mobile_btn2 .open {
	display:flex;
	align-items:center;
	padding-left:0.625rem;
}
/* css滑到模式
.header_inner_1 .nav_link_box .in ul li:hover .in_c_list {
	display:block;
}
.header_inner_1 .nav_link_box:hover .nav_link_box_list {
	display:block;
}*//**链接菜单调整**/
 .header_inner_2 {
	width:100%;
	height:auto;
	background:#f7f7f7;
	font-size:1.375rem;
	top:3.4375rem;
	position:absolute;
	z-index:9;
	display:none;
	border-bottom:0.0625rem solid #afa1a1;
}
.header_inner_2 .nav {
	width:100%;
}
.header_inner_2 .nav li {
	padding-left:1.25rem;
}
.header_inner_2 .nav_link_box {
	padding:1.25rem;
	background-color:#ffffff;
	border-bottom:0.0625rem solid #e7e7e7;
	width:100%;
	box-sizing: border-box;
}
.header_inner_2 .nav .open {
	padding-right:0rem;
}
.header_inner_2 .nav .open img {
	width:1.25rem;
	height:1.25rem !important;
}
/*按钮样式*/
.header_inner_2 .nav_link_box .mobile_btn {
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
}
.header_inner_2 .nav_link_box .mobile_btn> div:first-of-type {
	font-weight:bold;
}
/*资讯选中*/
.header_inner_2 .nav_link_box .btn_on {
	/*background:#ac0000 url(../images/i1.png) no-repeat 3.5625rem center;*/
  color:#000000;
}
.header_inner_2 .nav_link_box:hover .mobile_btn {
	color:#000;
}
/*列表样式*/
.header_inner_2 .nav_link_box_list .in {
	margin-top:1.25rem;
	display:flex;
	box-sizing:border-box;
}
.header_inner_2 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.header_inner_2 .nav_link_box_list {
	position:relative;
	background:#fff;
	width:100%;
	height:auto;
	display:none;
	z-index:19;
}
.header_inner_2 .nav_link_box_list .in_c_list {
	position:relative;
	background:#fff;
	color:#000000;
	width:100%;
	height:auto;
	box-shadow:0;
	text-align:center;
	display:none;
	z-index:19;
}
.header_inner_2 .nav_link_box_list .in_c_list ul li a {
	display:block;
	width:100%;
	text-align:left;
	text-indent:2em;
	font-size:1.25rem;
	color:#000000;
	padding:0;
}
.header_inner_2 .nav_link_box_list ul {
	height:auto;
	width:100%;
	padding:0;
	margin:0;
}
.header_inner_2 .nav_link_box_list ul li {
	width:100%;
	height:auto;
	border-top:0.0625rem solid #f3f2f7;
	padding:0.625rem 0rem;
	margin:0;
	/*text-align:center;*/;
}
.header_inner_2 .nav_link_box_list ul li a {
	display:block;
	width:100%;
	text-align:left;
	text-indent:2em;
	font-size:1.25rem;
	color:#000000;
	padding:0;
}
.header_inner_2 .nav_link_box_list ul li a:hover {
	color:#FFF;
	background:#ac0000;
}
.header_inner_2 .mobile_btn2 {
	width:100%;
	text-align:left;
	text-indent:1em;
	font-size:1.25rem;
	color:#000000;
	padding:0;
}
.header_inner_2 .mobile_btn2 .open {
	display:flex;
	align-items:center;
	padding-left:0.625rem;
}
.search_box {
	display:flex;
	border:1px solid #e7e7e7 !important;
	background:#ffffff;
	width:80%;
	align-items:center;
	margin:0 auto;
	border-radius:1.25rem;
}
.search-1 {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
.search_box .text {
	border:none;
	outline:none;
	width:70%;
	margin-left:0.9375rem;
	font-size:1.25rem;
	padding:0.5rem 0rem;
	border:unset;
}
.submit_btn_top {
	background:unset;
	cursor:pointer;
	justify-content:center;
	align-items:center;
	padding-right:0.625rem;
}
.submit_btn_top img {
	display:flex;
	justify-content:center;
	align-items:center;
	background:unset;
	width:1.625rem;
	height:1.625rem;
	cursor:pointer;
}
.logo-white-1 img {
	height:1.875rem;
}
.house-tab {
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	height:2.1875rem;
	align-items:center;
	box-sizing:border-box;
	font-size:0.8rem !important;
	font-weight:bold;
	margin-bottom:1.25rem;
	border-bottom:0.0625rem solid #4d4d4d;
}
.house-tab div {
	height:2.1875rem;
	align-items:center;
	flex:1;
	padding-bottom:0rem;
	margin-bottom:0rem;
}
.house-tab .current {
/* 	background:#4d4d4d; */
  background:#CF0101;
	color:#ffffff;
}
.house-item {
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	border-bottom:0.0625rem solid #f1f1f1;
	margin-bottom:1.25rem;
}
.house-item .house-item-img {
	display:flex;
	flex:1;
}
.house-item .house-item-img img {
	width:100%;
}
.house-item .house-item-title {
	display:flex;
	flex:1;
	flex-direction:column;
	padding:0rem 0.625rem 2.5rem 0.625rem;
	box-sizing:border-box;
}
.house-item .house-item-title-1 {
	display:flex;
	justify-content:start;
}
.house-item .house-item-title-2 {
	display:flex;
	justify-content:start;
	font-size:0.875rem;
	display:none;
}
.house-item .house-item-title-3 {
	display:flex;
	justify-content:start;
	font-size:0.875rem;
	margin-top:0rem;
	color:#817e7e;
}
.adinfolink,.adinfolink a{
		color:#ffffff !important;
}
.adindex{
	margin-top: -10px;
	display: flex;
	flex-direction: column;
	column-gap:5px;/* 列元素之间的间隔*/
	row-gap:3px;	/* 行元素之间的间隔*/;
	background: #f7f7f7;
}
.adindex div{
	flex: 1;
	flex-basis:calc(33.3% - 5px);
	/* 20%宽度减去间隙*/
	flex-grow:1;
}
.adindex div a img{
  width: 100%;
}
.logtext{
	font-size:1.125rem;
}
.home-h5 img{
	width: 25px !important;
}
.gotoback img{
	width: 50px !important;
}