	* {
			padding: 0;
			margin: 0;
			list-style: none;
		}

		.flash {
			width: 1200px;
			height: 460px;
			margin: 0px auto;
			
			
		}

		.flash .con {
			width: 1200px;
			height: 460px;
		}

		.flash .con ul li {
			width: 48px;
			height: 460px;
			position: relative;
			overflow: hidden;
			float: left;
		}

		.flash .con ul li.current {
			width: 1000px;
		}

		.flash .con ul li h3 {
			width: 48px;
			height: 460px;
			color: #fff;
			font-family: "微软雅黑";
			font-size: 14px;
			padding: 15px;
			display: flex;
			font-weight: 400;
			flex-direction: column;
			justify-content: center;
		}

		.flash .con ul li.ti1 h3 {
			background: #C30;
		}

		.flash .con ul li.ti2 h3 {
			background:#DE0006;
		}

		.flash .con ul li.ti3 h3 {
			background: #EA272D;
		}

		.flash .con ul li.ti4 h3 {
		background: #FB4D52;
			
		}
		
		.flash .con ul li.ti5 h3 {
	background: #FF696D;
			
		}
		
		

		.show {
			position: absolute;
			left: 48px;
			top: 0;
			width:100%;
			height: 100%;
			padding:0;
		}

		.show img {
			width: 100%;
			height: 100%;
			background-color: #000;
		}
		
		.show video {
			width: 100%;
			height: 100%;
				background-color: #000;
		}
		
		