/* 基础架构 */
/* heder-start */
.xsd-header {
	height: 2.5rem;
	/* 头部高度 */
	background: #1D111F;
	color: white;
	/* position: fixed; */
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.xsd-header .xsd-title {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 2.5rem;
	right: 2.5rem;
	font-size: 18px;
	line-height: 2.5rem;
	text-align: center;
	padding: 0 1.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xsd-header .xsd-back {
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1rem;
	line-height: 2.5rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.xsd-header .xsd-back i {
	font-size: 1rem;
	line-height: 2.5rem;
}

.xsd-header .xsd-next {
	position: absolute;
	right: 0.75rem;
	top:12px;
}

.xsd-header .xsd-next span.integral {
	position: relative;
	width: 2rem;
}

.xsd-header .xsd-next span.integral .integralNum {
	font-size: 0.7rem;
	line-height: 0.7rem;
	position: absolute;
	right: 0.1rem;
	bottom: 0.75rem;
	height: 0.7rem;
	border-radius: .35rem;
	background: #E32415;
	padding: 0 .1rem;

}

.xsd-header .xsd-next i {
	font-size: 1.2rem;
	line-height: 2.5rem;
}

/* heder-end */

.xsd-section {
	position: fixed;
	top: 2.5rem;
	/* 头部高度 */
	left: 0;
	bottom: 3.5rem;
	/* 底部高度 */
	right: 0;
	background: white;
	overflow-y: scroll;
	overflow-x: hidden;
}

.xsd-section.full {
	bottom: 0;
}

/* navbar -start */
.xsd-navbar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3.5rem;
	/* 底部高度 */
	background: white;
	box-shadow: 0 0 16px rgba(200, 200, 200, .4);
	z-index: 999;
	display: flex;
	display: -webkit-flex;
	padding: 0.25rem 0;
}

.xsd-navbar .xsd-navItem {
	flex: 1;
	text-align: center;
}

.xsd-navbar .xsd-navItem a {
	display: block;
	color: #888;
	height: 3rem;

}

.xsd-navbar .xsd-navItem a span.navTitle {
	display: block;
	font-size: .7rem;
	line-height: 1rem;
}

.xsd-navbar .xsd-navItem a span.icon {
	height: 2rem;
	display: block;
}

.xsd-navbar .xsd-navItem a span.icon i {
	font-size: 1.4rem;
	line-height: 2rem;
}

.xsd-navbar .xsd-navItem.xsd-home {
	position: relative;
}

.xsd-navbar .xsd-navItem.xsd-home a {
	padding-top: 2rem;
}

.xsd-navbar .xsd-navItem.xsd-home span.icon {
	background: white;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -2rem;
	width: 3.6rem;
	height: 3.6rem;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2rem;
	overflow: hidden;
}

.xsd-navbar .xsd-navItem.xsd-home span.icon i {
	font-size: 3.4rem;
	line-height: 3.6rem;
}

.xsd-navbar .xsd-navItem.active span.icon i {
	color: #E32415;
}

.xsd-navbar .xsd-navItem.active span.navTitle {
	color: #E32415;
}


/* navbar -end */
/* 栅格规则 */
.xsd-container-relative {
	width: 100%;
	position: relative;
	height: 100%;
}

.xsd-container {
	width: 100%;
	background: #f5f5f5;
	min-height: 100%;
}

.xsd-row {
	margin-bottom: 0.2rem;
	background: white;
	width: 94%;
	margin: 0 auto;
	margin-top: 0.625rem;
}

.xsd-row:after {
	content: '';
	display: block;
	clear: both;
}

.xsdBanner {
	margin-bottom: 0.4rem;
}

.xsdBanner img {
	display: block;
	width: 100%;
	height: 41.44vw;
	border-radius: 8px;
}

.xsdBanner .swiper-pagination-bullet-active {
	background: #CC9B54;
}

.xsd-girds {
	overflow: hidden;
	width: 100%;
	padding: 0.3rem 0;
	background: white;
}

.xsd-girds .gird {
	float: left;
	width: 20%;
	text-align: center;
	padding: 0.2rem 0.5rem;
}

.xsd-girds .gird a {
	display: block;
	color: #666;
}

.xsd-girds .gird a span.gird-icon {
	display: block;
	width: 100%;
	overflow: hidden;
}

.xsd-girds .gird a span.gird-icon img{
	width: 70%;
}

.xsd-girds .gird a span.gird-title {
	display: block;
	width: 100%;
	font-size: .7rem;
	color: #060606;
}


/* 新增 */
.bjsc-row{
	padding: 14px;
}
.bg-line{
	height: 0.375rem;
	background-color: #F5F5F5;
}

.bjsc-head .line {
    position: absolute;
    width: .19rem;
    top: .3rem;
    height: .8rem;
    background-color: #CC9B54;
}
.bjsc-head{
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.bjsc-head .information-title {
    padding-left: .5rem;
    font-size: .8rem;
    font-weight: 700;
    color: #060606;
}
.bjsc-head .more {
    font-size: 12px;
    margin-left: auto;
    font-weight: 500;
    color: #999999;
}
.bjsc .icon-you{
	margin-left: -6px;
}
.bjsc-row .iconfont{
	font-size: 12px;
}
.bjsc-content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.bjsc-content ul.home-news{
	display: block;
}
.bjsc-content ul.home-news li{
	display: flex;
	margin: 10px 0;
	width: auto;
}
.bjsc-content .home-ul li{
	width: 31%;
}
.bjsc-content li{
	width: 48%;
	margin-top: 10px;
}
.bjsc-content-item-img{
	width: 7.75rem;
	height: 4rem;
	display: -webkit-flex;
}
.bjsc-content-item-img img{
	border-radius: 6px;
}
.bjsc-content li p{
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	font-weight: 500;
	color: #666;
	line-height: 16px;
	margin-top: 4px;
}

/* .hydh-content-item-img{
	flex: 1;
} */
.scfy-wrap .hydh-content-item-img{
	border: 1px solid #ececec;
	margin: 6px;
}
.hydh-content-item-img img{
	width: 100%;
	border-radius: 0.375rem;
}

/* .hydh-content-item-img-left{
	padding-right: 0.75rem;
} */
/* .scfy-wrap .hydh-content-item-img-left{
	padding-right: 0;
} */
.bjsc-content .hydh-content-item-img a{
	display: block;
    overflow: hidden;
    position: relative;
}

.bjsc-content .icon-play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 11;
	font-size: 1.5rem;
}
.bjsc-head a{
	color: #999999;
}
.bjsc-head a span{
	margin-right: -6px;
}

/* 活动日程 */
{
	
}
.schedule{
	margin-top: 30px;	
	height: 40px;
	background: #cd9c58;	
	margin: 0 auto;
	text-align: center;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	line-height: 40px;
}
.time-table{
	border-spacing: inherit;
	border-color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 14px;
}
.table-header{
	height: 40px;
	/* background: #CD9B58;
	color: #fff; */
	border: none;
}
.time-table td{
	border: 1px solid #E9E9E9;
	padding: 8px;
	border-top: none;
	border-left: none;
	line-height: 22px;
	font-size: 12px;
}
.time-table td:first-child{
	border-left: 1px solid #E9E9E9;
}
.time-table th{
	border: 1px solid #E9E9E9;
}
.time-table .th-first{
	width: 30%;
}
.time-table .th-center{
	width: 40%;
	border-right: none;
	border-left: none;
}
/* 招商展会列表 */
.bjsc-introduce-wrap .bjsc-list-time{
	color: #999;
	font-weight: 400;
}
.bjsc-content .bjsc-introduce-wrap p{
	font-size: 12px;
	-webkit-line-clamp: 2;
}
.bjsc-content .bjsc-introduce-wrap .bjsc-list-title{
	color: #060606;
	font-size: 14px;
	-webkit-line-clamp: 1;
}
.bjsc-content ul.content-ul{
	display: block;
}
.bjsc-content .content-ul li{
	padding: 0.625rem 0;
	border-bottom: 1px solid #dcdcdc;
    margin: 0;
	width: auto;
	display: flex;
}
.bjsc-content .content-ul li:last-child{
	border-bottom: none;
}
/* 活动介绍 */
.bjsc-row .introduce p{
	color: #060606;
	font-size: 12px;
	line-height: 22px;
	text-indent: 2em;
}

/* 2022.6 */
.project-item{position: relative;margin-bottom: 10px}
.company-name{
	position: absolute;
	color: #fff;
	bottom: 0;
	background: rgba(0,0,0,.5);
	width: 100%;
	text-align: center;
	border-radius: 0 0 0.375rem 0.375rem;
	font-size: 1rem;
	padding: 0.3rem 0;
}
/* 2023.4.6 */
#gongsiHtml .hydh-content-item-img, .wrap0406 #wrapper_scro .hydh-content-item-img{
	height: 6.5rem;
	line-height: 6.5rem;
	border: 0.02rem solid #f2f2f2;
	overflow: hidden;
	text-align: center;
}
.wrap0406 #wrapper_scro .hydh-content-item-img{
	height: 12rem;
	line-height: 12rem;
}
#gongsiHtml .hydh-content-item-img img , .wrap0406 #wrapper_scro .hydh-content-item-img img{
	width: 75%;
	vertical-align: middle;
}