*{
	padding: 0;
	margin: 0;
	text-decoration: none;
}
body,html{
	width: 100%;
	height: 100%;
}

body::-webkit-scrollbar,
object::-webkit-scrollbar{
	width: 0;
}

.a{
	padding: 0 1.70rem;
	box-sizing: border-box;
}
.nav{
	width: 100%;
	height: 1rem;
	background-image: url(../img/nav@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.nav .active{
	color: #6FCFF3;
	font-weight: bold;
}
.navtit{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	margin: auto;
	color: white;
}
.navtit .logo{
	display: flex;
	align-items: center;
}
.navtit .logo img{
	width: 0.7rem;
	height: 0.7rem;
	margin-right: 0.2rem;
}
.navtit .logo h1{
	font-size: 0.36rem;
	text-align: center;
}
.navtit .logo p{
	font-size: 0.18rem;
	text-align: center;
}
.navtit ul{
	display: flex;
	align-items: center;
	cursor: pointer;
	list-style: none;
	height: 100%;
}
.navtit a{
	color: white;
	text-decoration: none;
}
.navtit ul li{
	font-size: 0.14rem;
	width: 1.4rem;
	position: relative;
	text-align: center;
	height: 100%;
	line-height: 1rem;
}
.navtit li:hover a{
	font-weight: bold;
	color: #6FCFF3;
}
.navtit li:hover .menu{
	display: block;
}
.content{
	width: 70%;
	margin: auto;
	padding: 0.60rem 0;
	box-sizing: border-box;
}
h2{
	font-size: 0.40rem;
	color: #333333;
}
.bg{
	width: 100%;
	height: 4.80rem;
	margin-top: 0.50rem;
	cursor: pointer;
}
.content h1{
	font-size: 0.35rem;
	color: #3C8CFF;
	margin: 1rem 0 0.10rem;
	cursor: pointer;
}
.content p{
	font-size: 0.24rem;
	color: #777373;
	line-height: 0.40rem;
	cursor: pointer;
}
.list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.30rem;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.list:hover{
	transform: scale(1.1);
}
.list div{
	width: 50%;
}
.list img{
	width: 48%;
	height: 2.60rem;
}
.list span{
	display: block;
}

.ptit:hover p{
	color: RGBA(119,115,115,0.6);
}
.ptit:hover h1{
	color: RGBA(60,140,255,0.8);
}
.check{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.check div{
	margin-top: 0.70rem;
	width: 30%;
	font-weight: bold;
}
.check img{
	width: 100%;
	height: 2.30rem;
	margin-bottom: 0.20rem;
}
.floorlist b{
	display: block;
	width: 100%;
	font-size: 0.18rem;
	text-align: right;
	color: #3C8CFF;
}
.floorlist p{
	font-size: 0.14rem;
	color: #333333;
	/* width: 80%; */
	margin-top: 0.10rem;
	margin-left: 0.50rem;
	line-height: 0.30rem;
	
}
.floorcont{

	width: 100%;
	margin: auto;
}
.floorcont .sbor{
	font-size: 0.14rem;
	color: #333333;
	width: 100%;
}
.floorcont .ibor{
	width: 90%;
	overflow: hidden;
	height: 2rem;
}
.floorcont p{
	font-size: 0.25rem;
	color: #3C8CFF;
	margin: 0.20rem 0;
	font-weight: bold;
}

.gd{
	width: 34% !important; 
	height: 4.80rem;
	margin: 1rem auto 0;
	padding: 0 0.20rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.gd img{
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.gd:hover{
	transform: scale(1.2);
}

.menu{
	width: 100%;
	padding: 0.1rem 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0.8rem;
	left: 0;
	border-top: 0.03rem solid #00C2FF;
	box-shadow: 0px 0.05rem 0.06rem 0.01rem rgba(145,145,145,0.16);
	text-align: center;
	font-size: 0.17rem;
	font-weight: normal;
	color: #333;
	display: none;
	z-index: 100;
}
.menu:hover{
	box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(145,145,145,0.5);
}
.menu::before{
	content: '';
	width: 0;
	height: 0;
	border: 0.11rem solid;
	border-color:transparent transparent #00C2FF transparent;
	position: absolute;
	top: -0.22rem;
	left: 50%;
	transform: translateX(-50%);
}
.menu p{
	line-height: 0.4rem;
}
.mactive{
	color: #00C2FF;
	font-weight: bold;
}
.menu p:hover{
	color: #00C2FF;
	font-weight: bold;
}
