body{
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}
.w1200 {
    width: 1212px;
    margin: 0 auto;
	overflow: hidden;
}
.wrap{
	position: relative;
}
.banner{
	background: url(../img/01.png) no-repeat center;
	height: 683px;
}
.banner .btn{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 36px;
	width: 454px;
}
.btn{
	transition: all .3s;
	cursor: pointer;
}
.btn:hover{
	transform: translateY(-1px) translateX(2px);
}
.btn:active{
	transform: translateY(3px) translateX(3px);
}

@keyframes dong{
	0%{
		transform:scale(1,1);
	}

	50%{
		transform:scale(1.12,1.12);
	}

	100%{
		transform:scale(1,1);
	}
}

.rh{
	background: url(../img/02.png) no-repeat center;
	height: 646px;
}
.rh .con{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 52px;
	z-index: 9;
}
.rh .title{
	width: 534px;
	margin: 0 auto;
}
.rh .xs{
	margin-top: 10px;
	position: relative;
}
.rh .xs .btn{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	width: 360px;
	animation: dong 2s ease-in-out infinite;
}

.yk{
	background: url(../img/03.png) no-repeat center;
	height: 645px;
}
.yk .con{
	position: absolute;
	top: 360px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
}
.yk .con .btn{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	animation: dong 2.1s ease-in infinite;
	width: 360px;
}
.bx{
	background: url(../img/04.png) no-repeat center;
	height: 646px;
}
.bx .con{
	position: absolute;
	top: 330px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
}
.bx .con .btn{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	width: 360px;
	animation: dong 2.3s ease-out infinite;
}
.xy{
	background: url(../img/05.png) no-repeat center;
	height: 645px;
	
}
.xy .con{
	position: absolute;
	top: 296px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
}
.xy .con .btn{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
	width: 360px;
	animation: dong 1.9s ease infinite;
}


.la{
	background: url(../img/06.png) no-repeat center;
	height: 647px;
}

/*弹窗部分*/
.changeShard{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}
.changeShard .shardBox{
	width: 450px;
	position: absolute;
    top: 176.5px;
    left: 50%;
    margin-left: -220px;
	box-shadow: 0 0 13px 2px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 19px;
	padding-bottom: 20px;
}
.changeShard .shardBox .tan_close{
	position: absolute;
	right: -30px;
	top: -15px;
	cursor: pointer;
	width: 28px;
}
.changeShard .shardBox .title{
    font-size: 0;
}
.changeShard .shardBox h3{
	text-align: center;
	margin-top: 30px;
	font-size: 21px;
	letter-spacing: 1px;
	color: #0729AE;
}
.changeShard .shardBox .info{
	width: 330px;
	margin: 0px auto;
	margin-top: 20px;
	border: 1px solid #ddd;
	line-height: 47px;
	transition: all .3s;
	overflow: hidden;
}
.changeShard .shardBox .info.active{
	border-color: #3B7BE8;
}
.changeShard .shardBox .info .icon{
	float: left;
	width: 40px;
	text-align: center;
}
.changeShard .shardBox .info .icon img{
	vertical-align: middle;
	width: 24px;
}
.changeShard .shardBox .info .icon.icon_n img{
	width: 21px;
}
.changeShard .shardBox .info .icon .act{
	display: none;
}
.changeShard .shardBox .info input{
	float: left;
	margin-left: 3px;
	line-height: 47px;
	width: 285px;
	font-size: 15px;
}
.changeShard .shardBox .toGet{
	background: url(../img/tan_btnbg.png) repeat-y;
	background-size: 100%;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 17px;
	letter-spacing: 1px;
	cursor: pointer;
	width: 230px;
	margin: 0 auto;
	margin-top: 20px;
	transition: all .3s;
}
.changeShard .shardBox .toGet:hover{
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
.changeShard .shardBox .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.changeShard .shardBox .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.changeShard .shardBox .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.changeShard .shardBox .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.changeShard .shardBox .shard_shuoming .icon img.active{
	display: block;
}
.changeShard .shardBox .shard_shuoming .font{
	float: right;
	width: 220px;
}
.con{
	display: none;
}