/* Demo Styles */
			body {
				margin: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 1.5;
			}

			.swiper-container {
				width: 1200px;
				height: 420px !important;
				color: #fff;
				/* text-align: center; */
				margin: 0 auto;
				/* overflow: hidden; */
			}

			.swiper-container .swiper-wrapper {
				display: flex;
				margin-top: 50px;
				height: 420px !important;
			}

			.swiper-container .swiper-wrapper .swiper-slide {
				width: 1200px;
				color: #333;
				height: 420px !important;
			}

			.pagination {
				position: absolute;
				left: 0;
				text-align: center;
				bottom: 5px;
				width: 100%;
			}

			.swiper-pagination-switch {
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 0 3px;
				cursor: pointer;
				width: 8px;
				height: 8px;
				background: rgba(255, 255, 255, 1);
				opacity: 0.57;
				border-radius: 4px;
			}

			.swiper-active-switch {
				width: 28px;
				height: 8px;
				opacity: 1;
				background: rgba(255, 255, 255, 1);
				border-radius: 4px;
			}

			.toolbar:hover {
				cursor: pointer;
			}

			.detail-content img {
				max-width: 100%;
			}

			.case_box:hover .case_bg_detail {
				display: block !important;
				cursor: pointer;
			}

			.case_box .case_bg_detail p {
				margin: 130px auto 0;
				width: 130px;
				height: 40px;
				line-height: 40px;
				color: #fff;
				background-color: #01d4d7;
			}
