* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

html, body {
	position: relative;
	min-height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	min-width: 1024px;
	overflow-x: hidden;
	background: url('../img/bg.jpg') no-repeat center bottom;
	background-size:100% ;
}


header {
	position: fixed;
	width: 100%;
	height: 60px;
	line-height: 60px;
	left: 0;
	top: 0;
	z-index: 30;
	background: #fff;
	border-bottom: 1px solid #d1d1d1;
	box-shadow: 0 1px 8px rgba(102, 102, 102, 0.2) 
}

header img{
	height: 40px;
	position: absolute;
	top: 10px;
	left: 15%;
}
footer {
	width: 100%;
	height: 64px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	overflow: hidden;
}
footer .text{
	font-size: 14px;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 32;
	bottom: 7px;
	line-height: 22px;
}
footer img{
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	margin-left: -960px;   
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-box-pack: center;
          box-pack: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.flex-top{
-webkit-box-align: start;
box-align: start;
-ms-flex-align: start;
align-items: start;
}
.flex-end{
	-webkit-box-pack: end;
      -ms-box-pack: end;
          box-pack: end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
      justify-content: flex-end;
}
.flex-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.col-1{
  -webkit-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.full{
	text-align: center;
	height: 100%;
	box-sizing: border-box;
}
.full .bigImg{
	height: 80%;
}
.full h2{
	font-size: 20px;
	margin-top: 25px;
}
.full p{
	font-size: 12px;
	color: #cccccc;
	padding: 10px 0 25px;
}
.slide-2{
	background-color: #fff;
}
/*.slide-1 .phone{
	height: 90%;
}*/
.slide-1 img{
	max-height: 100%;
}
.slide-1 .more{
	text-align: left;
	margin-left: 80px;
	/*height: 60%;
	max-height: 360px;*/
}
.slide-1 .logo{
	height: 22%;
	margin-bottom: 5%;
}
.slide-1 .btn-ground {
	width: 65%;
}
.slide-1 .btn-ground .wrap-img{
	margin-bottom: 25px;
	/*height: 30%;
	max-height: 92px;*/
	position: relative;
}
.wrap-img img{
	max-width: 100%;
}
.wrap-img .hidden{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.active .wrap-img .normal{
	opacity: 0;
}
.active .wrap-img .hidden{
	opacity: 1;
}
.slide-1-bottom,.slide-1 .ewm img{
	height: 80%;
	max-height: 282px;
}
.slide-1 .ewm{
	height: 100%;
	padding-left: 40px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-pagination {
	left: 30px;
	bottom: 100px;
	width: 100%;
}

.swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #ff9704;
	opacity: 0.2;
	border-radius: 50%;
	margin: 0 10px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}
.swiper-button-white{
	width: 60px;
	height: 60px;
	background: #000;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	background-size: 30%;
}
.swiper-button-white:hover{
	opacity: 0.7;
}
.swiper-button-prev{
	left: 5%;
}
.swiper-button-next{
	right: 5%;
}
.slide-2-item{
	margin: 15px 0 25px;
}
.slide-2-item img{
	max-height: 100%;
	max-width: 100%;
}
.slide-2-item > div{
	height: 100%;
}
.posLeft,.posLeft{
	position: absolute;
	left: 0;
	top: 34%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 0;
}
.slide2-right .posLeft{
	left: 100%;
}
.zIndex-h{
	position: relative;
	z-index: 2;
}
.posMiddle,.posMiddle-right{
	position: absolute;
	left: 0;
    top: 0;
    -webkit-transform: translate(-70%,30%);
    transform: translate(-70%,30%);
}
.posMiddle-right{
	left: 100%;
	-webkit-transform: translate(-34%,30%);
	transform: translate(-34%,30%);
}
.slide2-middle{
    margin: 0 6%;
} 
.slide-3 img{
	margin:0 5px;
	vertical-align: bottom;
}
.silde3-middle{
	padding: 0 5px;
}
.slide2-text h3{
	padding:30px 0 15px;
	font-size: 16px;
}
.slide2-text span{
	font-size: 12px;
	color: #ccc;
	position: relative;
	z-index: 5;
}
.basicW img{
	max-width: 100%;
}
.basicW img,.slide-3 .right,.slide-3 .left{
	margin-bottom: 10px;
}
.relative{
	position: relative;
}
.slide-3 .relative div{
	position: relative;
	top: 6px;
}
/*.slide-3 .person .ani{
	 animation-iteration-count: infinite;
	 -webkit-animation-iteration-count: infinite;
	 animation-direction:alternate;
	-webkit-animation-direction:alternate;
}*/