html,body{
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}

li{list-style: none;}
/*音符*/
.module-music{right:0.5rem;top:0.5rem;width:0.36rem;height:0.36rem;z-index:88; animation: circle 2s linear infinite;}
.module-music.pause{animation-play-state:paused;-webkit-animation-play-state:paused;}
.module-music img{width:0.36rem;height:0.36rem;}
/*pa为定位*/
.pa{position: absolute;}
@keyframes circle{
	from{
	transform:rotate(0deg);
	}
	to{
	transform:rotate(360deg);
	}
}
@keyframes qiqiu
{
	0%{
	transform: translateY(0);  /*开始为原始大小*/
	}
	25%{
		transform: translateY(-30px); /*放大1.1倍*/
	}
	50%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-30px);
	}

}
	
@keyframes mymove
	{
		0%{
		transform: scale(1);  /*开始为原始大小*/
		}
		
		50%{
			transform: scale(1.2);
		}
		100%{
			transform: scale(1);
		}

	}
	
	@-webkit-keyframes mymove /*Safari and Chrome*/
	{
		0%{
			transform: scale(1);  /*开始为原始大小*/
			}
			
			50%{
				transform: scale(1.2);
			}
			100%{
				transform: scale(1);
			}
	}
	.loadingdiv2 {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #684822;
		/* background: url(../images/bg0.jpg) top no-repeat;
		background-size: 100% 100%; */
		z-index: 9;
	}
	.loadingdiv2 .load-1{
		position: absolute;
		top: 150px;
		width: 30%;
		height: 80px;
		background: url(../images/0-1.png) center no-repeat;
		background-size: 100% auto;
		left: 35%;
		}
	.loadingdiv2 .load-2{
		position: absolute;
		top: 210px;
		width: 20%;
		height: 170px;
		background: url(../images/0-2.png) center no-repeat;
		background-size: 100% auto;
		left: 40%;
		}
	.loadingdiv2 .load-3{
		position: absolute;
		top: 350px;
		width: 50%;
		height: 18px;
		background: #ffffcc;
		border-radius: 20px;
		border:1px solid #cfa972;
		z-index: 9;
		left: 25%;
	}
	.loadingdiv2 .load-3-1{
		position: absolute;
		top: 350px;
		width: 50%;
		height: 18px;
		background: #5e4324;
		border-radius: 20px;
		border: 1px solid #cfa972;
		z-index: 9;
		left: 25%;
		animation: loadingAni 2s linear ;
	}
	.loadingdiv2 .load-4{
		color:#ffffcc;
		position: absolute;
		top: 400px;
		text-align: center;
		width: 100%;
		}
	@keyframes loadingAni
		{
			0%{
			width: 0; 
			}
		
			100%{
				width: 50%;
			}
	
		}
		
	@-webkit-keyframes loadingAni /*Safari and Chrome*/
		{
			0%{
				width: 0; 
				}
			
				100%{
					width: 50%;
				}
		}
.loadingdiv{position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background-color: #20293a;    z-index: 99999;opacity: 1; transition:all .5s; }
.loading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #20293a;
	color: #20293a;
	border-radius: 50%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	animation: text 10s ease infinite;
	font-size: 14px;
	}
	.loading:after {
	position: absolute;
	content: "";
	top: -5%;
	left: -5%;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	transform: scale(0.85);
	filter: blur(5vw);
	background: linear-gradient(270deg, #00fcbd, #7400f9);
	background-size: 150% 150%;
	border-radius: 50%;
	animation: glowmation 10s linear infinite;
	}
	@keyframes glowmation {
	0% {
		top: -3%;
		left: -3%;
		background-position: 0% 50%;
		background-size: 150% 150%;
	}
	12.5% {
		top: -3%;
		left: 0;
		background-size: 70% 30%;
	}
	25% {
		top: -3%;
		left: 3%;
		background-size: 100% 50%;
	}
	37.5% {
		top: 0;
		left: 3%;
		background-size: 70% 30%;
	}
	50% {
		top: 3%;
		left: 3%;
		background-position: 100% 50%;
		background-size: 30% 30%;
	}
	62.5% {
		top: 3%;
		left: 0;
		background-size: 30% 70%;
	}
	75% {
		top: 3%;
		left: -3%;
		background-size: 50% 100%;
	}
	87.5% {
		top: 0;
		left: -3%;
		background-size: 30% 70%;
	}
	100% {
		top: -3%;
		left: -3%;
		background-position: 0% 50%;
		background-size: 150% 150%;
	}
	}
	@keyframes text {
	0% {
		color: #7400f9;
	}
	50% {
		color: #00fcbd;
	}
	100% {
		color: #7400f9;
	}
	}
.swiper-container{
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    overflow-y: auto;
}
.swiper-slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/*第一页*/
.slide1{
	background: url(../images/bg1.jpg) no-repeat top;
	background-size: cover;
	position: relative;
	z-index: 1;
	
}
.w1-bg{
	position:absolute;
	top: -6px;
	left: 5%;
	width: 90%;
	height: 619px;
	background: url(../images/1-bg.png) no-repeat top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 99;
}
.w1-6{
	position:absolute;
	top: 10px;
	left: 20%;
	width: 60%;
	height: 135px;
	background: url(../images/1-6.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 999;
}
.w1-1{
	position:absolute;
	top: 110px;
	left: 15%;
	width: 70%;
	height: 330px;
	z-index: 9991;
	
}
.w1-1-1{
	position:absolute;
	top: 0;
	left: 52%;
	width: 13%;
	height: 90px;
	background: url(../images/1-0-1.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9991;
	animation: ani3 6s linear infinite;
}
.w1-1-2{
	position:absolute;
	top: 40px;
	left: 2%;
	width: 13%;
	height: 90px;
	background: url(../images/1-0-2.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9991;
	animation: ani31 6s linear infinite 1.5s;
}
.w1-1-3{
	position:absolute;
	top: 30px;
	left: 90%;
	width: 12%;
	height: 90px;
	background: url(../images/1-0-3.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9991;
	animation: ani3 6s linear infinite .5s;
}
.w1-1-4{
	position:absolute;
	bottom: 51px;
	right: 4%;
	width: 11%;
	height: 90px;
	background: url(../images/1-0-4.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9991;
	animation: ani31 6s linear infinite 1s;
}
.w1-1-5{
	position:absolute;
	bottom: 39px;
	left: 13%;
	width: 12%;
	height: 90px;
	background: url(../images/1-0-5.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9991;
	animation: ani3 6s linear infinite .3s;
}
.w1-2{
	position:absolute;
	top: 400px;
	left: 40%;
	width: 14%;
	height: 97px;
	background: url(../images/1-2.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 99998;
	animation: swing 4s ease-in-out alternate infinite;
}
@keyframes swing {
	0%{ transform: rotate(5deg); transform-origin: bottom left;}
	50% { transform: rotate(-5deg);transform-origin: bottom left;}
	100%{transform: rotate(5deg);transform-origin: bottom left;}
}
@keyframes ani1 {
	0% {
		transform: translateZ(0);  /*开始为原始大小*/
	}

	50% {
		transform: translateZ(30px);  /*开始为原始大小*/
	}
	100%{
		transform: translateZ(0); /*放大1.1倍*/
	}
}

@keyframes ani3 {
	0% {
		transform: translateY(0);  /*开始为原始大小*/
	}
	50% {
		transform: translateY(30px);  /*开始为原始大小*/
	}
	100%{
		transform: translateY(0); /*放大1.1倍*/
	}
}
@keyframes ani31 {
	0% {
		transform: translateY(0);  /*开始为原始大小*/
	}
	50% {
		transform: translateY(-30px);  /*开始为原始大小*/
	}
	100%{
		transform: translateY(0); /*放大1.1倍*/
	}
}
.w1-3  {
	position:absolute;
	top: 179px;
	width: 124%;
	height: 445px;
	background: url(../images/1-3.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9999;
	left: -13%;
}

.w1-4 {
	position:absolute;
	top: 132px;
	left: 14%;
	width: 72%;
	height: 305px;
	background: url(../images/1-4.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 999;
	animation: circle 30s linear infinite;
}
.w1-5 {
	position:absolute;
	bottom: 70px;
	left: 15%;
	width: 70%;
	height: 90px;
	background: url(../images/1-5.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 99999;
}
.w1-7 {
	position:absolute;
	top: 140px;
	left: 30%;
	width: 40%;
	height: 36px;
	background: url(../images/2-b.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 99998;
}
.w1-7 select {
    width: 80%;
    background: none;
    border: 0;
    color: #dfd6ab;
    font-size: 14px;
    text-align: right;
    line-height: 30px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding-left: 18%;
    font-weight: bold;
	position: absolute;

}
.w1-7 select option { text-align: center;}
.w1-8 {
	position: absolute;
	bottom: 30px;
	left: 20%;
	width: 60%;
	z-index: 999;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.w1-9 {
	position:absolute;
	bottom: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	background: url(../images/bg1-9.jpg) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.w1-9 .w1-9-1{
	position: relative;
	top: 45px;
	left: 25%;
	width: 50%;
	height: 70px;
	background: url(../images/1-1-1.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.w1-9 .w1-9-2{
	position: absolute;
	bottom: 85px;
	left: 45%;
	width: 10%;
	height: 80px;
	background: url(../images/1-1-2.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.w1-9 .w1-9-3{
	position: absolute;
	top: 120px;
	left: 5%;
	width: 90%;
}
.w1-9 p {padding: 0;margin: 10px 0 0 0;font-size: 16px;}
.w1-9 p.zwf {margin-left: 27px;}

.wlogo {
	position:absolute;
	top: 10px;
	left: 5%;
	width: 35%;
	height: 70px;
	background: url(../images/logo.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 999;
}
@keyframes w14 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes w13 {
	0% {
		left: -50%;
	}

	100% {
		left: 0;
	}
}
@keyframes w132 {
	0% {
		right: -50%;
	}

	100% {
		right: 0;
	}
}
.bg1-bg { background: #345aaf; position: absolute;bottom: 0; height: 40%;width: 100%; z-index: 3; opacity: 0;}
/*第二页*/
.slide2{
	background:url(../images/bg2.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
}
.slide2 .w1-1{
	top: 230px;
	width: 70%;
	left: 15%;
}
.slide2 .w1-4{
	top: 230px;
	width: 70%;
	left: 15%;
}
.w2-1{
	position: absolute;
	z-index: 99;
	top: 55px;
	right: 22%;
	width: 56%;
	height: 80px;
	background: url('../images/2-1.png') no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9999;
}
.w2-2{
	position: absolute;
	top: 190px;
	right: 31%;
	width: 38%;
	height: 30px;
	/* background: url('../images/2-2.png') no-repeat center;
	-webkit-background-size: 100% auto; */
	background-size: 100% 100%;
	z-index: 999;
	background: #5e4324;
}
.w2-2 input{
	background: none;
	border: 0;
	outline: 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	color: #fff;
    font-size: 14px;
    text-align: center;
}
.w2-2 input::-webkit-input-placeholder{color: #fff;}
.w2-2 input::-moz-input-placeholder{color: #fff;}
.w2-2 input::-o-input-placeholder{color: #fff;}
.w2-2 input::-ms-input-placeholder{color: #fff;}

.w2-3{
	position: absolute;
	top: 280px;
	left: 25%;
	width: 50%;
	height: 200px;
	background: url('../images/2-3.png') no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9998;
	animation: circle2 30s linear infinite;
}
@keyframes circle2{
	from{
	transform:rotate(360deg);
	}
	to{
	transform:rotate(0);
	}
}
.w2-4{
	position: absolute;
	bottom: 190px;
	right: 28%;
	width: 44%;
	/* background: url('../images/2-4.png') no-repeat center;
	-webkit-background-size: 100% auto; */
	background-size: 100% auto;
	z-index: 9998;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffcc;
	font-size: 18px;
}
@keyframes ani25 {
	0% {
		transform: scale(1);  /*开始为原始大小*/
	}
	50% {
		transform: scale(.9);  /*开始为原始大小*/
	}
	100% {
		transform: scale(1);  /*开始为原始大小*/
	}
	
}
.w2-5{
	position: absolute;
	top: 326px;
	right: 43%;
	width: 14%;
	height: 110px;
	background: url('../images/2-5.png') no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9998;
	animation: ani25 4s linear infinite;
}
.w2-6{
	position: absolute;
	bottom: 217px;
	right: 5px;
	width: 60px;
	height: 50px;
	color: #ffffcc;
	z-index: 19999;
	background: #634521;
	border-radius: 100%;
	border: 1px solid #d0a972;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.w2-7{
	position: absolute;
	bottom: 30px;
	right: 10%;
	width: 80%;
	height: 200px;
	background: url('../images/2-7.png') no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 9999;
}
.w2-8{
	position: absolute;
	bottom: 0;
	right: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 99999;
	display: none;
}
.w2-8-1{
	
    position: absolute;
    bottom: 126px;
    right: 42%;
    width: 14%;
    height: 50px;
    background: url(../images/2-8.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 9999;

}
.w2-8 video {
	position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
}

/*第三页*/
.slide3{
	background: #f1f0ec;
	position: relative;
	z-index: 1;
}

.slide3 .content {
    height: calc(100% - 83px);
    background: url(../images/bg3.jpg) top no-repeat ;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
    }
.slide3 .contentScroll {
	height: calc(100% - 30px);
    display: inline-block;
    overflow-y: auto;
    width: 100%;
    margin-top: 20px;
    }
.slide3 .content h3 {
    color: #654723;
    text-align: center;
    font-size: 28px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.slide3 .content .top {
    display: inline-block;
    width: 90%;
    text-align: center;
    margin-left: 5%;
    color: #333333;
}
.slide3 .content .top span{
    font-weight: bold;
    font-size: 20px;
}
.slide3 .content .top p{
    text-align: left;
    margin: 10px 0 0 0;
}

.slide3 .grond2 {width: 90%;display: inline-block;margin-left: 5%;margin-top: 10px;}
.slide3 .grond2 .title {
    text-align: center;
    font-size: 22px;
    color: #ffffcc;
    background: url(../images/3-1.png) center no-repeat;
    background-size: 100% auto;
    width: 60%;
    height: 55px;
    margin-left: 20%;
    line-height: 52px;
    margin-bottom: 10px;
	font-weight: bold;
}
.slide3 .grond2 .left {
    display: inline-block;
    width: 60%;
	float: left;
}
.slide3 .grond2 .left>span{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}
.slide3 .grond2 .left>em{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-style: normal;
    color: #333;
    margin-top: 10px;
    font-size: 16px;
}
.slide3 .grond2 .left>p{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 16px;
}
.slide3 .grond2 .left ul {
    margin: 0;
    width: 100%;
    display: inline-block;
    padding: 0;
}
.slide3 .grond2 .left ul li{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.slide3 .grond2 .left ul li span {
    margin-left: 6px;
    float: left;
}
.slide3 .grond2 .left ul li span:first-child{}
.slide3 .grond2 .left ul li span:nth-child(1){
    margin: 0;
}
.slide3 .grond2 .left ul li span:nth-child(2){
    margin-left: 13px;
}
.slide3 .grond2 .left ul li span:nth-child(3){
}
.slide3 .grond2 .left ul li span:nth-child(4){
    width: 60px;
    height: 16px;
    vertical-align: middle;
    margin-top: 4px;
}
.slide3 .grond2 .left ul li span:nth-child(5){
    min-width: 15px;
    min-height: 10px;
}
.slide3 .grond2 .left ul li span:nth-child(6){
    font-weight: bold;
    margin-left: 0;
}
.slide3 .red1{
    background: #a40000;
}
.slide3 .black2{
    background: #000;
}
.slide3 .black1{
}
.slide3 .black1 em{
    float: left;
    width: 45%;
    background: #000;
    height: 16px;
    margin-left: 10%;
}
.slide3 .red2 em{
    float: left;
    width: 45%;
    background: #a40000;
    height: 16px;
    margin-left: 10%;
}
.slide3 .black1 em:first-child{margin-left: 0;}
.slide3 .red2 em:first-child{margin-left: 0;}
.slide3 .colorred{
    color: #cc0000;
}
.slide3 .colorblack{}

.slide3 .grond2 .right {
    display: inline-block;
    width: 40%;
}
.slide3 .grond2 .right>span{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}
.slide3 .grond2 .right>em{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-style: normal;
    color: #333;
    margin-top: 10px;
    font-size: 16px;
}
.slide3 .grond2 .right>p{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 16px;
}
.slide3 .grond2 .right ul {
    margin: 0;
    width: 100%;
    display: inline-block;
    padding: 0;
}
.slide3 .grond2 .right ul li{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.slide3 .grond2 .right ul li span {
    margin-left: 5px;
    float: left;
}
.slide3 .grond2 .right ul li span:first-child{}
.slide3 .grond2 .right ul li span:nth-child(1){
    margin: 0;
}
.slide3 .grond2 .right ul li span:nth-child(2){
    margin-left: 10px;
}
.slide3 .grond2 .right ul li span:nth-child(3){
	width: 60px;
    height: 16px;
    vertical-align: middle;
    margin-top: 4px;

}

.slide3 .grond2 .right ul li span:nth-child(5){
	font-weight: bold;
}

.grond3 {
    width: 80%;
    display: inline-block;
    margin-left: 5%;
    margin-top: 40px;
    background: rgba(230,227,220,.6);
    border: 1px solid #d3ccc0;
    position: relative;
    padding: 5% 5% 10% 5%;
}
.grond3 .title{
    text-align: center;
    font-size: 22px;
    color: #7e5a32;
    font-weight: bold;
    background: url(../images/3-2.png) center no-repeat;
    width: 60%;
    height: 55px;
    left: 20%;
    line-height: 54px;
    margin-bottom: 10px;
    position: absolute;
    background-size: 100% auto;
    top: -28px;
    z-index: 999;
}
.grond3 p{
    padding: 0;
    margin: 12px 0 0 0;
    font-size: 16px;
	 color: #333;
}





.arrow{
	position: absolute;
	z-index: 99999;
	bottom: 10px;
	left: 48%;
	width: 20px;
	height: 20px;
	background: url('../images/3-arrow.png') no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.arrow-1{
	transform:rotateZ(180deg);
}
.textalign { text-align: center;}
.backm {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(4px);
    z-index: 9;
    background: rgba(255,255,255,0.2);
    text-align: center;
}
.backm p{ margin-top:40px}
.grond3 .com {
    z-index: 99999;
    filter: initial;
    position: relative;
    width: 100%;
    height: 100%;
}
.grond3 .com .xiangqing{
    width: 40%;
    height: 65px;
    background: url(../images/3-3.png) bottom no-repeat;
    background-size: 100% auto;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    left: 29%;
    top: 0;
}
.grond3 .com p{
    text-align: center;
    z-index: 9999;
    margin: 0;
    padding: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: url(../images/footer.png) top no-repeat;
    background-size: 100%  100%;
	z-index: 99999;
    }
.footer .btn{float: left;width: 20%;text-align: center;}
.footer .btn span{
    display: inline-block;
    width: 25px;
    margin-top: 30px;
}
.footer .btn p{
    margin: 0;
    padding: 0;
}
.footer .btn img{
	width: 25px;
}
.footer .btn1 span{}
.footer .btn3 span{ margin-top: 10px;
    width: 45px;}
.footer .btn3 span img{width: 45px;}

.footer .btn5 span {width: 35px;}
.footer .btn5 span img{width: 35px;}

.logo {
    position: absolute;
    bottom: 72px;
    width: 200px;
    height: 220px;
    background: url(../images/3-logo.png) top no-repeat;
    background-size: 100% auto;
    z-index: 99999;
    left: calc(100% / 2 - 100px);
    display: none;
}
.logo img {display: inline-block;width: 60%;height: 120px;margin: 40px 0 0 20%;}
.swiper2 {
	display: inline-block;
    width: 90%;
    margin-left: 5%;
    height: 175px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
    border: 1px solid #ccc;
}
.swiper2 img { width: 100%; height: 100%;}

.swiper-pagination-bullet { background: #7e5a32;}
.swiper-pagination-bullet-active { background:#a40000 ;}
@keyframes fade {
	from {
		opacity: 1.0;
	}
	50% {
		opacity: 0.4;
	}
	to {
		opacity: 1.0;
	}
}

@-webkit-keyframes fade {
	from {
		opacity: 1.0;
	}
	50% {
		opacity: 0.4;
	}
	to {
		opacity: 1.0;
	}
}


.animatedNone { animation: none!important;}
.grond3text { display: none;} 
.backm { display: block;}


.hide{ opacity: 0;z-index: 0;}
.zhanwei { position: relative;width: 100%; height: 20px;}
.zhifu{
    position: absolute;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
	display: none;
}
.zhifu img{
    width: 60%;
    position: absolute;
    top: 200px;
    left: 20%;
}
.zhifu .zhifu-btn{
	
    position: absolute;
    bottom: 120px;
    right: 42%;
    width: 14%;
    height: 50px;
    background: url(../images/2-8.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 9999;

}
.slide1,.slide2,.slide3 {min-height: 720px!important;}

@media screen and (min-width: 400px){
	
	

}