.sl-shuiq-l-span-up{
	margin: 0 auto;
	color: #222;
	font-weight: bold;
	font-size: 20px;
}
.sl-shuiq-l-span-down{
	margin: 0 auto;
	color: #333;
	font-size: 16px;


}

@media (max-width:977px) {
	.pcnone {
		display: block;
	}
	.mbnone {
		display: none;
	}
	.k1200 {
		padding: 0 5%
	}
	.row {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0
	}
	.sl-nav {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.row.flexsp {
		display: block;
	}
	.row .col-md-5 {
		padding: 0
	}
	.row .col-md-6,
	.row .col-md-7 {
		padding: 0;
		margin-bottom: 20px
	}
	/*.li-gard .row {
			display: flex;
		}*/
	.li-gard .row .col-md-4 {
		width: 33.3333%;
		float: left
	}
	.sl-foot .col-md-7 {
		width: 75%
	}
	.sl-logo img {
		width: 80%
	}
	.sl-swiper .swiper-slide img {
		height: 476px
	}
	.mb-more {
		display: block;
		text-align: right;
	}
	.content .mb-more {
		margin-top: 20px
	}
	.sl-shuiq p{
		height:auto
	}
}
/*友情链接*/

.sl-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.sl-link .dropup {
	width: 23%;
	text-align: center;
	background: #F6F6F6
}

.sl-link .dropup:hover .dropdown-menu {
	display: block;
}

.sl-link .btn {
	width: 100%;
	background: 0;
	border: 0;
	padding: 10px 20px;
	font-size: 18px;
	text-align: left;
	position: relative
}

.sl-link .btn i {
	margin-left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999999
}

.sl-link ul {
	width: 100%;
	max-height: 500px;
	overflow-y: scroll;
}





.frdlink{
	display: flex;
	justify-content: space-between;
}
.tooltip-container {
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
}

.tooltip-content {
	display: none;
	position: absolute;
	bottom: calc(100% + 0px); /* 设置弹出框和触发元素的间距 */
	left: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 10;
	width: 100%; /* 设置宽度与父元素一致 */
	box-sizing: border-box; /* 包含内边距和边框 */
}

.tooltip-container:hover .tooltip-content {
	display: block;
}

.tooltip-title {
	font-size: 18px;
	color: #333;
	font-weight: bolder;
	cursor: pointer;
	border: none;
	background-color: #eeeeee;
	width: 100%;
	height: 40px;
}
.frd a{
	color: #00a0e9;
	font-size: 16px;
}



.row .col-md-6
{
	padding: 0 16px
}

.li-gard .row .col-md-4 {
	padding: 10px
}

.li-gard .row a {
	background: #E1ECFB;
	color: #2C85F9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 15px 0;
	border-radius: 5px;
}

.li-gard .row a i {
	font-size: 34px;
}

.li-gard .row .active a,
.li-gard .row a:hover {
	text-decoration: none;
	background: #2C85F9;
	color: white
}