﻿* {
	padding: 0;
	margin: 0;
}

@media(min-width:970px) {
	.swiper-container2{
		display: none;
	}
	.swiper-container {
		display: block;
		height: 800px;
		overflow: visible;
		margin-top: 80px;
	}
}

@media(max-width:768px) {
	.swiper-container2{
		display: block;
		position: relative;
	}
	.swiper-container{
		display: none;
	}
	.pagination2 {
		position: absolute;
		left: 0;
		text-align: center;
		bottom: 35px;
		width: 100%;
	}
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 35px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 32px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: width .8s;
}

.swiper-pagination-switch:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(102, 102, 102, .5);
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
	background: #fa6f66;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1;
}

.swiper-slide .img {
	position: absolute;
}

.inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.slide1 .banner-text {
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translateX(-50%);
	z-index: 999;
	text-align: center;
	text-shadow: 3px 3px 3px #333;
}

.slide1 .banner-text h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 72px;
	color: #fff;
	line-height: 72px;
	text-shadow: 3px 3px 3px #333;
}

.slide1 .banner-text p {
	text-align: center;
	margin-top: 30px;
	font-size: 36px;
	color: #fff;
	line-height: 48px;
}

.slide1 .banner-text .btn-primary {
	box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
	margin-top: 30px;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
	background-color: #E41F2B;
	display: inline-block;
}

.slide1 {
	background: url(../img/b1.jpg) no-repeat center center;
}

.slide2 {
	background: url(../img/b2.jpg) no-repeat center center;
}

.slide3 {
	background: url(../img/b4.jpg) no-repeat center center;
}

.slide1 .img1 {
	right: 50%;
	top: 55%;
	z-index: 9;
	position: absolute;
	transform: translateX(-10%);
}

.slide1 .img2 {
	left: 50%;
	top: 55%;
	z-index: 9;
	position: absolute;
	transform: translateX(10%);
}

.slide2 .inner {
	top: 45%;
	width: 80%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slide2 .txt1 {
	display: flex;
	z-index: 9;
	font-size: 48px;
	color: #fff;
	line-height: 72px;
	text-shadow: 3px 3px 3px #333;
}

.slide2 .txt1 div:last-child {
	font-size: 60px;
	color: rgb(245, 0, 0);
	line-height: 72px;
	text-shadow: 3px 3px 3px #fff;
}

.slide2 .txt2 {
	display: flex;
	z-index: 9;
	font-size: 48px;
	color: #fff;
	line-height: 72px;
	text-shadow: 3px 3px 3px #333;
}

.slide2 .txt2 div:last-child {
	font-size: 60px;
	color: rgb(245, 0, 0);
	line-height: 72px;
	text-shadow: 3px 3px 3px #fff;
}

.slide2 .txt3 {
	display: flex;
	z-index: 9;
	font-size: 48px;
	color: #fff;
	line-height: 72px;
	text-shadow: 3px 3px 3px #333;
}

.slide2 .txt3 div:last-child {
	font-size: 60px;
	color: rgb(245, 0, 0);
	line-height: 72px;
	text-shadow: 3px 3px 3px #fff;
}

@media only screen and (max-width:1360px){
	.slide2 .txt1,.slide2 .txt2,.slide2 .txt3{
		font-size: 40px;
	}
	.slide2 .txt1 div:last-child,.slide2 .txt2 div:last-child,.slide2 .txt3 div:last-child{
		font-size: 62px;
	}
}
/* .slide2 .txt1 {
	display: flex;
	left: 20%;
	top: 40%;
	z-index: 9;
	position: absolute;
	font-size: 48px;
	color: #fff;
	line-height: 72px;
}
.slide2 .txt1 div:last-child {
	font-size: 60px;
	color: rgb(245, 0, 0);
	line-height: 72px;
}
.slide2 .txt2 {
	display: flex;
	left: 20%;
	top: 40%;
	z-index: 9;
	position: absolute;
	font-size: 48px;
	color: #fff;
	line-height: 72px;
}
.slide2 .txt2 div:last-child {
	font-size: 60px;
	color: rgb(245, 0, 0);
	line-height: 72px;
} */

.slide3 .txt1 {
	right: 20%;
	top: 40%;
	transform: translateY(-50%);
	z-index: 9;
	position: absolute;
	font-size: 60px;
	color: #fff;
	line-height: 72px;
}

.slide3 .txt2 {
	right: 20%;
	bottom: 40%;
	/* transform: translateY(50%); */
	z-index: 9;
	position: absolute;
	font-size: 60px;
	color: #fff;
	line-height: 72px;
}

/*波浪遮罩*/

.cover {
	background: url(../images/banner-cover.png) no-repeat center center;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: -1280px;
	right: -1280px;
	width: 2560px;
	height: 60px;
	margin: 0 auto;
}