﻿@charset "utf-8";


.mw1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.mw1000 {
	max-width: 1000px;
	margin: 0 auto;
	padding:0  15px;
}





.swiper-wrapper, .swiper-slide {
	height: auto !important;
}
.swiper-slide {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0;
	width: 100%;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	margin: 0 10px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
}


/*首页 精彩视频*/
.home-video {
	padding: 77px 0 60px 0;
	/* background-color: #f4f5f6; */
}
.home-video .video-focus {
	/* margin: 60px 0 0 0; */
	height: 338px;
	overflow: hidden;
}
.home-video .video-container{
	width: 1170px\0;
}
.video-focus2{
	height: auto!important
}
.home-video .video-focus .swiper-slide {
	width: 748px;
	height: 418px;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	outline:1px solid transparent; 
	overflow:hidden;
}
.home-video .video-focus .pic {
    width: 600px;
    height: 334px;
    position:relative;
    }
.video-focus2 .swiper-slide{
	padding: 50px 100px;
}
.home-video .video-focus .swiper-slide-active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
    transform:none!important;
	border: 4px solid #000;
    background:#000;
}
.home-video .video-focus2 .swiper-slide-active {
	border: 0;
}

.home-video .video-focus .swiper-slide.swiper-slide-active .title{
	z-index: 10;
}
.home-video .video-focus .swiper-slide .pic img {
	display: block;
	width: 100%;
    z-index: 2;
}

.home-video .video-focus .swiper-slide .title {
	width: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: rgba(000,000,000,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 20px;
	box-sizing: border-box;
}
.home-video .video-focus .swiper-slide .video-play {
	width: 94px;
	height: 94px;
	background: url(../images/video-play.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -47px 0 0 -47px;
	cursor: pointer;
	z-index: 3;
    display: none;
}
.home-video .video-focus .swiper-slide.swiper-slide-active .video-play{
    display: block;
}
.home-video .video-focus .swiper-button-prev, .home-video .video-focus .swiper-button-next {
	width: 60px;
	height: 118px;
	line-height: 56px;
	background-color: #c7001d;
	position: absolute;
	top: 41%;
	margin-top: -28px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.home-video .video-focus .swiper-button-prev {
	left: 0;
	background: url(../images/part_3_09.png);
}
.home-video .video-focus .swiper-button-next {
	right: 0;
	background: url(../images/part_3_11.png);
}





