body {
	background-color: #EDF6FF;
}

.ui-content {
	width: 1200px;
	margin: auto;
}

.ui-cnt-tp {
	display: flex;
	align-items: center;
	margin: 25px 0;
}

.ui-cnt-tp-img {
	width: 17px;
	height: 20px;
	display: block;
	margin-right: 13px;
}

.ui-cnt-tpr {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #3C3C3C;
	display: flex;
	align-items: center;
}

.ui-cnt-tpr p {
	color: #2B59C5;
}
.ui-cnt{
	width: 1200px;
	/* height: 790px; */
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}
.ui-cnt-img{
	width: 97px;
	height: 98px;
	display: block;
	position: absolute;
	top: -8px;
	right: -8px;
}
.ui-cntp{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ui-cntpl{
	width: 476px;
	height: 355px;
}
.ui-cntpr{
	width: 664px;
}
.ui-cntpr-h{
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.ui-cntprb{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ui-cntprbl{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}
.ui-cntprbr{
	font-family: DIN;
	font-weight: bold;
	font-size: 20px;
	color: #D50000;
}
.ui-cntpr-tx{
	width: 664px;
	height: 270px;
	background: #ECF4FF;
	margin-top: 20px;
}
.ui-cntpr-tx-tp{
	width: 664px;
	height: 40px;
	background: #298CF2;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ui-cntpr-tx-tp-h{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.ui-cntpr-tx-tp-r{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.ui-cntpr-txb{
	width: 100%;
	height: 230px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #ECF4FF;
}
.ui-cntpr-tx-ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ui-cntpr-tx-li{
	width: 45%;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
	display: flex;
	margin-bottom: 10px;
}
.ui-cntpr-tx-li p{
	color: #555555;
}

.ui-cntpr-txb-ul2{
	display: flex;
	margin-top: 20px;
	margin-bottom: 16px;
}
.ui-cntpr-txb-li2{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px 4px;
	background-color: #34AC5D;
	border-radius: 4px;
	margin-right: 10px;
}
.ui-cntpr-txb-li3{
	background-color: #2090FF;
	
}
.ui-cntpr-txbb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myyixiang {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	width: 170px;
	height: 32px;
	background: #E88C50;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ui-cntb{
	width: 100%;
	margin-top: 30px;
}
.ui-cntb-tp{
	width: 100%;
	height: 44px;
	background: #ECF4FF;
	display: flex;
}
.ui-cntb-tp-h{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	width: 140px;
	height: 100%;
	display: flex;
	justify-content: center;
	line-height: 45px;
}
.ui-cntb-tp-h1 {
	width: 140px;
	height: 52px;
	background: url("/images/web/dtb1.png") no-repeat;
	background-size: 100% 100%;
	line-height: 45px;
	color: #fff;
}
.ui-cntb-tx{
	width: 1158px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-top: 20px;
	text-indent: 2em;
}

 .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
	
	.ui-fix {
		width: 90px;
		height: 330px;
		background: #FFFFFF;
		box-shadow: 0px 2px 10px 0px rgba(14, 141, 254, 0.24);
		border-radius: 8px;
		position: fixed;
		top: 50%;
		right: 0;
		padding-top: 20px;
		box-sizing: border-box;
	}
	
	.ui-fix-li {
		text-decoration: none;
	}
	
	.ui-fix-li img {
		width: 79px;
		height: 79px;
		display: block;
		margin: auto;
	}
	
	.ui-fix-li p {
		font-family: Source Han Sans CN;
		font-weight: 400;
		font-size: 14px;
		color: #333333;
		text-align: center;
	}

.ui-fixl {
	width: 188px;
	height: 180px;
	position: fixed;
	top: 50%;
	right: 80px;
	background: url("/images/web/fxlbg.png") no-repeat;
	background-size: 100% 100%;
}
	
	.ui-fix-img {
		width: 150px;
		height: 150px;
		display: block;
		margin-top: 13px;
		margin-left: 15px;
	}

.container {
	display: flex; /* 启用弹性布局 */
	flex-wrap: wrap; /* 允许换行 */
	gap: 16px; /* 项目间距（可选） */
}

.item {
	flex-direction: column; /* 垂直排列 */
	align-items: center; /* 控制子项水平居中 */
	text-align: center; /* 双重保险（对p标签生效） */
	width: auto; /* 宽度自适应内容 */
	margin: 8px; /* 外边距（可选） */
}

	.item img {
		width: 33px; /* 固定宽度 */
		height: 33px; /* 固定高度 */
		object-fit: cover; /* 保持图片比例（可选） */
		margin-bottom: 8px; /* 图片与文字的间距 */
	}

	.item p {
		margin: 0; /* 清除默认边距 */
		font-size: 14px; /* 文字大小 */
		text-align: center; /* 文字水平居中 */
	}