*{
	margin: 0;
	padding: 0;
	list-style: none;
}
html,body{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.navTop{
	z-index: 2;
	position: relative;
	height: 12.5vh;
	width: 100%;
	background: url(../img/topNav.png) no-repeat;
	background-size:100% 100%;
}
.navTop1{
	position: fixed;
	top: 0;
	height: 12.5vh;
	z-index: 100000000;
	width: 36%;
	background: url(../img/topNav1.png) no-repeat;
	background-size:100% 100%;
}
.bgLunbo{
	position: fixed !important;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1 !important;
}
.navTapWrapper{
    top: 0;
    position: absolute;
    z-index: 3;
    height: 6.9vh;
    margin-top: 1.9%;
    width: 71%;
    right: 0;
}
.navTopItem{
	position: relative;
	float: left;
	width: 65%;
	height: 100%;
	color: #fff;
	font-size: 2.7vh;
	letter-spacing: 2px;
	background: url(../img/navItem.png) no-repeat;
	background-size:100%  100%;
}
.navTopItem .item{
	float: left;
    height: 6.9vh;
	line-height: 6.9vh;
	cursor: pointer;
	width: 33%;
	text-align: center;
}
.navTopItem .item:hover{
	animation: text 0.3s linear;
	background: url(../img/navItemSelected.png) no-repeat;
	background-size:100%  100%;
}
.navSelected{
	background: url(../img/navItemSelected.png) no-repeat;
	background-size:100%  100%;
}
.user{
	float: left;
	position: relative;
	width: 35%;
	height: 100%;
	line-height: 6.9vh;
	font-weight: bold;
	text-shadow: 0.2vh 0.2vh 0.2vh #000;
	color: #fff;
	-webkit-background-clip: text;
	font-size: 2.4vh;
}
.user .item:hover{
	transform: scale(1.1);
	transition: 0.2s;
}
.user .item:active{
	margin-top: 0.1vh;
}
.user .item{
	float: right;
	cursor: pointer;
}
.user .item i{
	font-size: 3vh;
}
.user .item:nth-child(1) i{
	margin-right: 0.5vw;
}
.user .item:nth-child(1){
	padding: 0 8%;
}
.item sup{
	position: absolute;
	height: 2.2vh;
	width: 2.2vh;
	line-height: 2.2vh;
	top: 8%;
	margin-left: -0.5vw;
	text-align: center;
	background: rgb(229,0,14);
	border-radius: 50%;
	font-size: 1vh;
	transform: scale(0.8);
}
.navBottom{
	z-index: 2;
	position: fixed;
	bottom: 4.3%;
	height: 8vh;
	display: flex;
	align-items: center;
	justify-items: center;
	width: 100%;
	background: rgb(205,4,1);
}
.navBottomItem{
	width: 24%;
	font-size: 2.9vh;
	border-right: 1px solid #fff;
}
.navBottomItem:last-child{
	border-right: none;
}
.navBottomItem:hover{
	cursor: pointer;
}
.navBottomItem p{
	width: 10vw;
	margin: auto;
	position: relative;
	color: #f3ac45;
}
.navBottomItem p:hover{
	transform: scale(1.1);
	transition: 0.2s;
	color: #fff !important;
	width: 10vw;
	margin: auto;
	position: relative;
}
.navBottomItem p span{
	position: absolute;
	left: 2.8vw;
	width: 100%;
	position: relative;
}
.navBottomItem p span{
	background: linear-gradient(to bottom,#fce4a0,#f3ac45);
	-webkit-background-clip: text;
	color: transparent;
}
.navBottomItem p span:hover{
	color: #fff !important;
}
.newBody{
	z-index: 2;
	position: fixed;
	height: 62.5vh;
	width: 39.8vw;
	top: 18%;
	right: 2.5%;
}
.newBodyLeft{
	position: absolute;
	height: 100%;
	width: 47%;
}
.newBodyRight{
	cursor: pointer;
	box-shadow: 0.1vh 0.1vh 1vh 1vh rgba(0,0,0,.1);
	position: absolute;
	right: 0;
	width: 48%;
	height: 100%;
	background: url(../img/bwcx.png) no-repeat;
	background-size: 100% 100%;
}
.newBodyRight:hover{
	transform: scale(1.1);
	transition: 0.2s;
}
.newBodyLeftItem{
	overflow: hidden;
	box-shadow: 0.1vh 0.1vh 1vh 1vh rgba(0,0,0,.1);
	width: 100%;
	height: 30.5%;
	margin-top: 8%;
	cursor: pointer;
}
.newBodyLeftItem:nth-child(1){
	margin-top: 0 !important;
	background: url(../img/rdsc.png) no-repeat;
	background-size: 100% 100%;
}
.newBodyLeftItem:nth-child(2){
	background: url(../img/jzfp.png) no-repeat;
	background-size: 100% 100%;
}
.newBodyLeftItem:nth-child(3){
	background: url(../img/gsds.png) no-repeat;
	background-size: 100% 100%;
}
.newBodyLeftItem:hover{
	transform: scale(1.1);
	transition: 0.2s;
}
.click{
	animation: anim 0.3s linear;
	margin-top: 0.1vh;
}
.exit{
	cursor: pointer;
	display: none;
	position: fixed;
	top: 9%;
	right: 1%;
	width: 8vw;
	text-align: center;
	height: 5vh;
	line-height: 5vh;
	background: rgb(202,75,74)
}
.exit:active{
	top: 9.1%;
}
.swiper-wrapper{
	height: 100%;
	width: 100%;
}
.swiper-slide img{
	height: 100%;
	width: 100%;
}
.point{
	position: fixed !important;
	bottom: 18% !important;
	width: 30% !important;
	margin-left: 13% !important;
}
.bottomIcon{
	position: absolute;
	height: 4vh;
	width: 2.2vw;
}
.ndjh{
	background: url(../img/ndjh-1.png) no-repeat;
	background-size: 100% 100%;
}
.navBottomItem:nth-child(1) p:hover .ndjh{
	background: url(../img/ndjh.png) no-repeat;
	background-size: 100% 100%;
}
.xxnr{
	background: url(../img/xxnr-1.png) no-repeat;
	background-size: 100% 100%;
}
.navBottomItem:nth-child(2) p:hover .xxnr{
	background: url(../img/xxnr.png) no-repeat;
	background-size: 100% 100%;
}
.hdjl{
	background: url(../img/hdjl-1.png) no-repeat;
	background-size: 100% 100%;
}
.djxc{
	background: url(../img/djxu-1.png) no-repeat;
	background-size: 100% 100%;
}
.navBottomItem:nth-child(3) p:hover .hdjl{
	background: url(../img/hdjl.png) no-repeat;
	background-size: 100% 100%;
}
.navBottomItem:nth-child(4) p:hover .djxc{
	background: url(../img/djxc.png) no-repeat;
	background-size: 100% 100%;
}
.navBottomItem:nth-child(5) p:hover .zbgl{
	background: url(../img/zbgl.png) no-repeat;
	background-size: 100% 100%;
}
.zbgl{
	background: url(../img/zbgl-1.png) no-repeat;
	background-size: 100% 100%;
}
.bang{
	position: fixed;
	top: 0;
	right: 0;
	width: 71%;
	height: 4%;
	background: url(../img/bang.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}