﻿/* banner */
.banner .swiper-slide {
	width: 100%;
	height: 640px;
	position: relative;
	background: no-repeat center right;
}

.swiper-slide1 {
	color: #fff;
}

.swiper-slide1 .txt {
	position: absolute;
	width: 1200px;
	left: 50%;
	font-size: 18px;
	top: 190px;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}

.swiper-slide1 .txt .title {
	font-size: 60px;
}

.swiper-slide1 .txt .sub-title {
	font-size: 36px;
	margin-top: 60px;
	margin-bottom: 16px;
}

.swiper-slide1 .txt .sub-title+.sub-title {
	margin-top: 25px;
}

.swiper-slide1 .txt p {
	line-height: 36px;
}