* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.back {
	width: 100%;
	position: absolute;
	top: 829px;
	z-index: -1;
}
.back div {
	height: 1036px;
}
.back div:nth-child(1) {
	width: 100%;
	background: url(../img/jpg_01.jpg) center;
}
.back div:nth-child(2) {
	width: 100%;
	background: url(../img/jpg_02.jpg) center;
}
.back div:nth-child(3) {
	width: 100%;
	background: url(../img/jpg_03.jpg) center;
}
.back div:nth-child(4) {
	width: 100%;
	background: url(../img/jpg_04.jpg) center;
}

.banner {
	width: 100%;
	height: 829px;
	background: url(../img/banner.jpg?11) center;
	position: relative;
}
.banner .pic {
	height: 640px;
	position: relative;
}
.pic div {
	width: 533px;
	height: 641px;
	margin: 0 auto;
}
.yun {
	width: 100%;
	height: 640px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/png14.png) center;
	animation-name: yun;
    animation-duration: 3s;
}
@keyframes yun {
  0%   {left: 0;opacity: 1;}
  50% {left: -20px;opacity: 0.2;}
  100% {left: 0;opacity: 1;}
}

.heng {
	width: 1051px;
	height: 337px;
	position: absolute;
	top: 215px;
	left: 50%;
	margin-left: -525.5px;
	background: url(../img/png13.png) center;
}
.banner ul {
	margin: 34px auto 0;
	width: 750px;
	overflow: hidden;
}
.banner ul li {
	width: 216px;
	height: 46px;
	float: left;
	border: 2px solid #000000;
	background: #fff;
	font-size: 28px;
	color: #c73f3a;
	line-height: 46px;
	text-align: center;
	margin: 0 15px;
	cursor: pointer;
}
.time b {
	float: left;
	margin-left: 15px;
	margin-top: 72px;
	font-size: 36px;
	color: #fff;
}
.time p {
	margin-right: 70px;
	float: right;
	margin-top: 73px;
}
.time span {
	font-size: 24px;
	float: left;
	margin-left: 40px;
	width: 39px;
	height: 46px;
	color: #fff;
	text-align: center;
	line-height: 46px;
}
.plate1 {
	height: 611px;
	background: url(../img/png1.png?44);
	margin-top: 48px;
	overflow: hidden;
}
.plate1 button {
	width: 384px;
	height: 46px;
	background: url(../img/png16.png);
	margin: 550px auto;
	display: block;
}

.plate2 {
	height: 693px;
	background: url(../img/png2.png?11);
	margin-top: 27px;
	overflow: hidden;
}
.plate2 button {
	width: 563px;
	height: 60px;
	background: url(../img/png17.png);
	margin: 617px auto;
	display: block;
}
.plate3 {
	height: 343px;
	background: url(../img/png3.png?11);
	margin-top: 28px;
}

.plate4 {
	margin-top: 30px;
}
.plate4 h1 {
	margin-bottom: 25px;
}
.swiper-container {
	height: 410px;
}
.swiper-pagination-bullet {
	background: #143f97;
}
.swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 5px;
}

.plate5 {
	height: 715px;
	background: url(../img/png9.png?22);
	margin-top: 60px;
}

.plate6 {
	height: 893px;
	background: url(../img/png10.png?22);
	margin-top: 50px;
}

.floatB {
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(../img/png15.png) center;
	z-index: 9999;
}
.floatB ul {
	overflow: hidden;
	margin-top: 22px;
	margin-left: 8px;
}
.floatB ul li {
	float: left;
	width: 53px;
	height: 24px;
	background: url(../img/jpg_05.jpg);
	background-size: 100% 100%;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px 9px;
	text-align: center;
	cursor: pointer;
}
.floatB ul li a {
	display: block;
    color: #333333;
}

.floatL {
	width: 160px;
	height: 435px;
	position: fixed;
	top: 50%;
	margin-top: -217.5px;
	left: 0;
	background: url(../img/png11.png);
}
.floatL ul {
	margin-top: 50px;
}
.floatL ul li {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 14px;
	cursor: pointer;
}
.floatL ul li a {
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}
.floatL ul li:last-child {
	margin-top: 48px;
	line-height: 24px;
	font-size: 16px;
}













