﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
html, body {
	color: #272727;
	font-size: 12px;
	background-color: #ffffff;
}
html {
	overflow-x: hidden;
	font-size: 625%;
}
 @media screen and (max-width:2450px) {
 @keyframes animate {
 0% {
 transform: scale(1.1);
}
 100% {
 transform: scale(1.00);
}
}
 .bwz {
font-weight:bold;
color:#FFF;
font-size:48px;
line-height:40px!important;
padding-top:22%;
text-shadow: 2px 2px #000;
letter-spacing:3px;
text-align:center;
}
.bwz span {
font-size:22px;
line-height:40px!important;
font-weight:normal;
text-transform:uppercase;
letter-spacing:0px;
}
 .banner .swiper-slide .banner_img {
 width: 100%;
 height: calc(100vh + 1.15rem);
 background-position: center;
 background-size: cover;
}
 .bannerpage .swiper-pagination-bullet {
 width: 0.15rem;
 height: 0.15rem;
 margin: 0.15rem 0 !important;
 background: #fff;
 opacity: 0.5;
 display: block !important;
}
 .swiper-container-horizontal>.bannerpage {
 top: 46% !important;
 left: calc(100% - 60px) !important;
}
 .banner .swiper-slide-active .banner_img {
 -webkit-animation: animate 4s linear;
 -moz-animation: animate 4s linear;
 animation: animate 4s linear;
}
 .swiper-container-horizontal>.mbannerpage {
 bottom: 3.6vw !important;
}



.swiper-pagination {
	position:absolute;
	text-align:center;
-webkit-transition:.3s;
-moz-transition:.3s;
-o-transition:.3s;
transition:.3s;
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	z-index:10
}


.swiper-pagination-bullet {
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	opacity:.2
}

.swiper-container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	z-index:1
}

.swiper-wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}


.swiper-slide {
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative
}


@media all and (max-width:768px){
	
	 .bwz {
font-weight:bold;
color:#FFF;
font-size:28px;
line-height:30px!important;
padding-top:22%;
text-shadow: 2px 2px #000;
letter-spacing:3px;
text-align:center;
}
.bwz span {
font-size:18px;
line-height:34px!important;
font-weight:normal;
text-transform:uppercase;
letter-spacing:0px;
}
	
}