* {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		img {
			border: 0;
		}

		.ban {
			width: 588px;
			position: relative;
			overflow: hidden;

		}

		.ban2 {
			width: 620px;
			height: 410px;
			position: relative;
			overflow: hidden;
		}

		.ban2 ul {
			position: absolute;
			left: 0;
			top: 0;
		}

		.ban2 ul li {
			width: 620px;
			height: 410px;
		}

		.prev {
			float: left;
			cursor: pointer;
		}

		.num {
			height: 85px;
			overflow: hidden;
			width: 620px;
			position: relative;
			float: left;
		}

		.min_pic {
			padding-top: 6px;
			width: 620px;
		}

		.num ul {
			position: absolute;
			left: 0;
			top: 0;
			width: 582px;
		}

		.num ul li {
			width: 118.3px;
			height: 87px;
			margin-right: 5px;
			padding: 1px;
			overflow: hidden;
			position: relative;
		}

		.num ul li p {

			position: absolute;
			font-size: 12px;
			bottom: 0;
			width: 118px;
			height: 25px;
			line-height: 25px;
			text-align: center;
			z-index: 101;
			color: white !important;
			background: rgba(0, 0, 0, 0.5);
		}

		.num ul li p a {

			color: white !important;

		}

		.num ul li img {
			width: 100%;
			height: 100%;
			-webkit-transition: all ease .3s;
			transition: all ease .3s;
		}

		.num ul li img:hover {
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}

		.num ul li.on {
			border: 2px solid #e20f77;
			padding: 0;
		}


		.prev_btn1 {
			width: 26px;
			text-align: center;
			height: 38px;
			line-height: 38px;
			margin-top: 18px;
			margin-right: 20px;
			cursor: pointer;
			position: absolute;
			left: 0px;
			z-index: 102;
			background-color: rgba(0, 0, 0, 0.5);
			border-radius: 4px;
		}
		.prev_btn1:hover {
			
			background-color: #e20f77;

			
		}
		.next_btn1:hover {
		
			background-color: #e20f77;

	}

		.prev_btn1 img {
			padding-top: 4px;
		}


		.next_btn1 {
		
			width: 26px;
			text-align: center;
			height: 38px;
			line-height: 38px;
			margin-top: 18px;
			cursor: pointer;
			position: absolute;
			right: 0px;
			z-index: 102;
			background-color: rgba(0, 0, 0, 0.5);
			border-radius: 4px;
			margin-right: 1px;
		}
		.next_btn1 img{
			padding-top: 4px;
		}

		.prev1 {
			position: absolute;
			top: 50%;
			width: 28px;
			height: 51px;
			z-index: 9;
			cursor: pointer;
			transform: translate(0, -50%);
		}
		.prev1 img:hover{
			background-color: #e20f77;
		}

		.next1 {
			position: absolute;
			top: 50%;
			right: 30px;
			width: 28px;
			height: 51px;
			z-index: 9;
			cursor: pointer;
			transform: translate(0,-50%);
		}
		.next1 img:hover{
			background-color: #e20f77;
		}

		.prev2 {
			position: absolute;
			top: 300px;
		
			width: 28px;
			height: 51px;
			z-index: 9;
			cursor: pointer;
		}
		.prev2 img:hover{
			background-color: #e20f77;
		}

		.next2 {
			position: absolute;
			top: 300px;
			right: 40px;
			width: 28px;
			height: 51px;
			z-index: 9;
			cursor: pointer;
		}
		.next2 img:hover{
			background-color: #e20f77;
		}

		.mhc {
			background: #000;
			width: 100%;
			opacity: 0.5;
			-moz-opacity: 0.5;
			filter: alpha(Opacity=50);
			position: absolute;
			left: 0;
			top: 0;
			display: none;
			z-index: 1500;
		}

		.pop_up {
			width: 790px;
			height: 619px;
			padding: 10px;
			background: #fff;
			position: fixed;
			position: fixed;
			-position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -400px;
			margin-top: -300px;
			display: none;
			z-index: 1500;
		}

		.pop_up_xx {
			width: 40px;
			height: 40px;
			position: absolute;
			top: -40px;
			right: 0;
			cursor: pointer;
		}

		.pop_up2 {
			width: 790px;
			height: 619px;
			position: relative;
			overflow: hidden;
		}

		.pop_up2 {
			width: 790px;
			height: 619px;
			position: relative;
			overflow: hidden;
			float: left;
		}

		.pop_up2 ul {
			position: absolute;
			left: 0;
			top: 0;
		}

		.pop_up2 ul li {
			width: 790px;
			height: 619px;
			float: left;
			position: relative;
		}

		.pop_up2 ul li p {
			position: absolute;
			font-size: 20px;
			bottom: 0;
			width: 790px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			z-index: 101;
			color: white !important;
			background: rgba(0, 0, 0, 0.5);
		}

		.pop_up2 ul li p a {
			color: white !important;
		}