* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
	background: #dd6f18;
}
.m {
	width: 1003px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
}
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;
}

.banner {
	width: 100%;
	height: 774px;
	background: url(../img/banner.jpg?11) center;
	position: relative;
}
.banner .text {
	width: 1137px;
	height: 774px;
	background: url(../img/banner1.jpg?11) center;
	position: absolute;
	left: 50%;
	margin-left: -568.5px;
	z-index: 2;
}
.banner .text h1 {
	text-align: center;
	margin-top: 466px;
	color: #833d18;
}
.banner .text h1 span {
	color: #b52d21;
	margin: 0 10px;
}
.banner .text p {
	font-size: 26px;
	text-align: center;
	margin-top: 20px;
	color: #833d18;
	line-height: 40px;
}
.banner .text p span {
	width: 42px;
	height: 40px;
	background: #b52d21;
	border: 1px solid #f8b32f;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	margin: 0 5px;
}
.wing {
	width: 1650px;
	position: absolute;
	left: 50%;
	margin-left: -825px;
	top: 103px;
	z-index: 1;
}
.door {
	width: 1300px;
	position: absolute;
	left: 50%;
	margin-left: -650px;
	z-index: 3;
	top: 247px;
}
.yun {
	position: absolute;
	width: 100%;
	height: 774px;
	top: 0;
	left: 0;
	z-index: 4;
	background: url(../img/banner4.png) center;
}

.plate1 h1 {
	width: 672px;
	height: 138px;
	background: url(../img/jpg.jpg);
	margin: 20px auto 17px;
}
.plate1 div {
	height: 499px;
	background: url(../img/jpg1.jpg?22);
}

.plate2 {
	height: 1049px;
	background: url(../img/jpg2.jpg?22);
	overflow: hidden;
	position: relative;
}
.swiper-container {
	width: 810px;
	margin-top: 755px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper-slide-active img {
	width: 100%;
	height: 100%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../img/jpg16.jpg);
	width: 14px;
	bottom: 180px;
	height: 24px;
	top: auto;
	left: 62px;
	outline: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../img/jpg17.jpg);
	width: 14px;
	bottom: 180px;
	height: 24px;
	top: auto;
	right: 67px;
	outline: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: none
}

.plate3 h1 {
	width: 672px;
	height: 138px;
	background: url(../img/jpg3.jpg);
	margin: 44px auto 14px;
}
.plate3 .m {
	height: 894px;
	background: url(../img/jpg4.jpg?44);
	overflow: hidden;
}
.plate3 .m div {
	cursor: pointer;
	width: 860px;
	height: 720px;
	margin: 103px auto 0;
}

.plate4 {
	height: 570px;
	background: url(../img/jpg5.jpg);
	overflow: hidden;
}
.plate4 div {
	width: 520px;
	margin: 435px auto 0;
}
.plate4 div button {
	width: 234px;
	height: 58px;
	border-radius: 30px;
	font-size: 26px;
	color: #fff;
}
.plate4 div button:first-child {
	background: #b52d21;
}
.plate4 div button:last-child {
	background: #34749b;
}

.plate5 {
	height: 532px;
	background: url(../img/jpg6.jpg?11);
}

.plate6 {
	width: 100%;
	height: 864px;
	background: url(../img/jpg7.jpg?22) center;
	overflow: hidden;
}
.plate6 button {
	width: 395px;
	height: 58px;
	border-radius: 30px;
	font-size: 26px;
	color: #fff;
	background: #34749b;
	display: block;
	margin: 340px auto 0;
}

.floatL {
	position: fixed;
	left: 0;
	top: 50%;
	width: 195px;
	z-index: 5;
	transform:translate(0,-50%)
}
.floatL b {
	display: block;
	margin: 0 auto;
	width: 17px;
	height: 17px;
	background: url(../img/close.png);
	cursor: pointer;
}
.floatL ul {
	width: 195px;
	background: -moz-linear-gradient(top, #912b12 0%, #d53a2c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#912b12), color-stop(100%,#d53a2c));
    background: -webkit-linear-gradient(top, #912b12 0%,#d53a2c 100%);
    background: -o-linear-gradient(top, #912b12 0%,#d53a2c 100%);
    background: -ms-linear-gradient(top, #912b12 0%,#d53a2c 100%);
    background: linear-gradient(to top, #912b12 0%,#d53a2c 100%);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.floatL ul li:first-child {
	margin-top: 14px;
}
.floatL ul li {
	font-size: 14px;
	color: #fff;
	margin: 0 auto 17px;
	text-align: center;
	padding: 8px 0;
	width: 160px;
	cursor: pointer;
	border-radius: 30px;
}
.floatL ul li:hover {
	background: #f6c954;
	color: #333333;
}

.floatR {
	position: fixed;
	right: 0;
	top: 50%;
	width: 189px;
	z-index: 5;
	transform:translate(0,-50%)
}
.floatR b {
	display: block;
	margin: 0 auto;
	width: 17px;
	height: 17px;
	background: url(../img/close.png);
	cursor: pointer;
}
.floatR ul {
	margin: 20px auto 0;
	width: 189px;
	height: 334px;
	background: url(../img/floatR.png);
	cursor: pointer;
}
.floatR ul li:first-child {
	width: 100%;
	height: 296px;
	cursor: pointer;
}
.floatR ul li:last-child {
	width: 100%;
	height: 37px;
	cursor: pointer;
}

.zx-side {
    display: none;
}
.bottom {
	width: 100%;
	height: 110px;
	background: #df711a;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 11;
}
.bottom ul {
	margin-top: 10px;
}
.bottom ul li {
	float: left;
	width: 101px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: #34749b;
	margin: 0 5px 10px;
}
.bottom ul li a {
	display: block;
	color: #fff;
}
