/* 焦点图 */
			.bannerSwiper {
				position: relative;
			}

			
			.index-banner .swiper {
				overflow: hidden;
			}

			.index-banner .swiper-slide {
				text-align: center;
				font-size: 18px;
				background: #fff;

				/* Center slide text vertically */
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
			}

			.index-banner .swiper-slide img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
			.banner-pagination {
				position: absolute;
				bottom: 50px;
				z-index: 22222;
			}
			.banner-pagination .swiper-pagination-bullet {
				width: 8px;
				height: 8px;
				border-radius: 4px;
				background-color: #ff1f85 !important;
			}

			/* 资讯 */
			.index-handle .swiper {
				width: 100%;
				height: 410px;
				overflow: hidden;
			}

			.index-handle .swiper-slide {
				text-align: center;
				font-size: 18px;
				/* background: pink; */
				height: 380px;
				/* Center slide text vertically */
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
				box-shadow: 0 0 10px #ccc;
				box-sizing: border-box;
			}

			.index-handle .mySwiper .swiper-slide {
				display: flex;
				flex-direction: column;
				align-items: flex-start;
				justify-content: start;

			}
			.index-handle .swiper-image{
				width:100%;
			}
			.index-handle .swiper-slide img {
				display: block;
				width: 100%;
				height: 220px;
				object-fit: cover;
			}

			.index-handle .swiper-text {
				margin-top: 15px;
				padding: 30px;
			}

			.swiper-title {
				margin-bottom: 20px;
				text-align: left;

			}

			.swiper-content {
				text-indent: 2em;
				font-size: 12px;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				/*控制显示的行数*/
				overflow: hidden;
				-webkit-box-orient: vertical;
				text-overflow: ellipsis;
				text-align: left;
			}

			/*去掉默认样式*/
			.swiper-button-prev:after {
				display: none;
			}

			.swiper-button-next:after {
				display: none;
			}

			/*自定义样式*/
			.swiper-button-prev {
				width: 30px;
				height: 53px;
				background: url("../../img/pre.png");
				background-repeat: no-repeat;
				left: -80px;
			}

			.swiper-button-next {
				width: 30px;
				height: 53px;
				background: url("../../img/right.png");
				background-repeat: no-repeat;
				right: -80px;
			}

			/* 友情链接 */
			.index-link .wrap {
				height: 180px;
				position: relative;
				margin-top: 100px;
				overflow: hidden;
			}

			.index-link .swiper {
				width: 100%;
				height: 100%;
				/* height: 100px; */
			}

			.index-link .swiper-wrapper {
				overflow: hidden;
			}

			.linkSwiper .swiper-slide {
				text-align: center;
				font-size: 18px;
				/* background: #fff; */
				height: calc((105% - 30px) / 2);
				/* Center slide text vertically */
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
				/* margin-right: 10px; */
				/* background-color: pink; */
				/* background: pink; */
			}

			.linkSwiper .swiper-slide img {
				width: 100%;
				height: auto;
			}

			.link-pagination {
				margin-top: 50px;
			}

			.link-pagination .swiper-pagination-bullet {
				width: 35px;
				height: 4px;
				border-radius: 2px;
				background-color: #ff1f85;
			}
			.heade-item ul li a.cur{
			 color: #000;
			}