*{
	padding: 0;
	margin: 0;
	text-decoration: none;
}
body,html{
	width: 100%;
	height: 100%;
}
body::-webkit-scrollbar,
object::-webkit-scrollbar{
	width: 0;
}

.navtit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	color: white;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	height: 1rem;
}
.swiper-pagination-bullet-active{
	background-color: white !important;
}
.bgs{
	width: 100%;
	height: 100%;
}
.nav{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.nav .active{
	color: #6FCFF3;
	font-weight: bold;
}


.navtit ul{
	display: flex;
	align-items: center;
	cursor: pointer;
	list-style: none;
	font-weight: bold;
	line-height: 1rem;
	height: 100%;
}
.navtit a{
	color: white;
	text-decoration: none;
}
.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 li{
	font-size: 0.14rem;
	width: 1.4rem;
	text-align: center;
	position: relative;
	height: 100%;
}
.navtit li:hover a{
	font-weight: bold;
	color: #6FCFF3;
}
.navtit li:hover .menu{
	display: block;
}
.cont{
	width: 100%;
	height: 100%;
	background-image: url(../img/bg@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cont .title{
	width: 70%;
}
.cont h1{
	font-size: 0.30rem;
	color: #333333;
	margin-bottom: 0.40rem;
}
.cont .title p{
	display: block;
	font-size: 0.16rem !important;
	color: #333333;
}
.cont .list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	margin: 1rem auto;
}
.cont .list img{
	width: 60%;
	height: 4.50rem;
}
.cont .list div{
	width: 35%;
}
.cont .list span{
	font-size: 0.16rem;
	display:block;
	line-height: 0.4rem;
}
.cont .list li{
	font-size: 0.14rem;
	margin-bottom: 0.20rem;
	color: #333333;
}
.bg{
	width: 100%;
	height: 5.60rem;
	background-image: url(../img/bg1@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-30%);
	left: 0;
}
.bg .new{
	width: 70%;
	position: absolute;
	top: -2.00rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.bg .dh6{
	width: 50%;
	height: 6.75rem;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.bg .dh6 img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.bg .dh6:hover img {
	transform: scale(1.1);
}
.bg .new #dh7{
	margin-top: 0.20rem;
}
.bg .new h1{
	font-size: 1.44rem;
	color: #D4E2FE;
}
.bg .new p{
	font-size: 0.30rem;
	font-weight: bold;
	color: #333333;
	margin-top: 1.20rem;
	margin-left: 0.20rem;
}
.bg .new  ul{
	list-style: none;
	font-size: 0.14rem;
	color: #333333;
	margin-left: 0.20rem;
	margin-top: 0.20rem;
}
.bg li{
	margin-bottom: 0.10rem;
}
.info{
	width: 100%;
	height: 56%;
	background-image: url(../img/bg2@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.info .concat{
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.info h1{
	font-size: 0.30rem;
	color: #333333;
}
.info .content{
	margin-top: 0.35rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info .bor{
	width: 47%;
	padding: 0.20rem;
	box-sizing: border-box;
	background: white;
	box-shadow: 0rem 0.17rem 0.29rem 0.01rem rgba(187,208,234,0.26);
	height: 2.70rem;
	cursor: pointer;
}
.bor:hover{
	transform: scale(1.1);
	box-shadow: 0rem 0.17rem 0.29rem 0.01rem rgba(187,208,234,0.5);
}
.info b{
	font-size: 0.16rem;
	color: #00C2FF;
	display: block;
	margin-bottom: 0.40rem;
}
.info li{
	list-style: none;
	font-size: 0.16rem;
	margin-bottom: 0.10rem;
	color: #333333;
}
.footer{
	width: 100%;
	margin-top: 1.00rem;
	background-color: #3C8CFF;
	padding: 0.50rem 0;
}
.footer .detail{
	width: 70%;
	margin: auto;
}
.footer h1{
	font-size: 0.36rem;
	margin-top: 0.20rem;
	color: #FFFFFF;
}
.flist{
	display: flex;
}
.flist ul{
	list-style: none;
	margin-left: 1.30rem;
	font-size: 0.16rem;
	font-weight: 500;
	color: #FFFFFF;
}
.flist li{
	margin-bottom: 0.15rem;
}
.footer p{
	text-align: center;
	font-size: 0.14rem;
	color: #FFFFFF;
	margin-top: 0.50rem;
}
.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;
}