		body{
			background: #0d0d0d;
		}
		.container{
			min-width: 960px;
			background: #0d0d0d;
		}
		

		/*大图滚动*/
		.swiper-container-head{
			width: 100%;
			height: 840px;
			background-color: #090103;
			margin-top: 100px;
			max-height: 840px;
		}
		.swiper-container-head .swiper-slide{
			background-size: 1920px auto;
			background-position: center;
			position: relative;
			width: 100% !important;
		}
		.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
			width: 1200px;
			left: 50%;
			margin-left: -600px;
		}
		.swiper-pagination-bullet{
			width: 100px;
			height: 4px;
			background-color: #ffffff;
			border-radius: 0;
			opacity: .4;
		}
		.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
			margin: 0 10px;
		}
		.swiper-pagination-bullet-active{
			opacity: 1;
			background-color: #ffffff;
		}
		.swiper-tip{
			text-align: center;
			position: absolute;
			right: 320px;
			top: 254px;
			z-index: 222;
		}
		.swiper-tip-logo{
			width: 183px;
			margin: 0 auto;
		}
		.swiper-tip h3{
			font-size: 42px;
			color: #ffffff;
			margin-top: 16px;
		}
		.swiper-tip .tip-btn{
			width: 142px;
			height: 40px;
			border: solid 1px #ffffff;
			text-align: center;
			font-size: 20px;
			color: #fff;
			line-height: 40px;
			margin: 0 auto;
			margin-top: 36px;
		}
		.swiper-tip .tip-btn:hover{
			background: rgba(255,255,255,0.5);
		}
		.swiper-mb{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
			background: rgba(0,0,0,.1);
		}
		.pagination {
			width: 1200px;
			left: 50%;
			margin-left: -600px;
			position: absolute;
			z-index: 20;
			bottom: 10px;
			text-align: center;
		}
		.swiper-pagination-switch {
			display: inline-block;
			cursor: pointer;
			width: 100px;
			height: 4px;
			background-color: #ffffff;
			border-radius: 0;
			opacity: .4;
			margin: 0 10px;
		}
		.swiper-active-switch {
		  background: #fff;
		  opacity: 1;
		}

		/*图片列表*/
		.img-types{
			width: 1200px;
			margin: 0 auto;
			margin-top: 38px;
			margin-bottom: 38px;
		}
		.img-types-e{
			display: inline-block;
			overflow: hidden;
			height: 250px;
			margin-left: 25px;
			margin-top: 40px;
		}
		.img-types-e:hover{
			opacity: 0.8;
		}
		.img-types-e1{
			width: 585px;
		}
		.img-types-e2{
			width: 380px;
		}
		.no-mgl{
			margin-left: 0;
		}
		.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
			bottom: 20px;
		}