@charset "utf-8";
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
body{font-size:12px;}
img{border:none;}
ul,ol{list-style:none;}
input,select,textarea{outline:none; border:none; background:#FFF;}
textarea{resize:none;}
a{text-decoration:none;color: white;}

.page-swiper{
	width: 100%;
	height: 100%;
}
.db{
	width: 100%;
	height: 100%;
	background: #060E2B;
	position: relative;
	
}
.db-xx{
	position:absolute;
	top: calc(50% - 250px);
	left: calc(50% - 600px);
	width: 1200px;
	height: 400px;
	color: white;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	  justify-content: space-between;
	
}
.db-xx > div:nth-child(1){
	padding-top:30px;
}
.db-xx > div:nth-child(1) > p:nth-child(2){
font-size: 21px;
line-height: 26px;

}
.db-xx > div:nth-child(1) > p{
	margin-top: 14px;
}
.db-xx > div:nth-child(2) {
	padding-top:80px;
	width: 700px;
	display: flex;
	flex-direction: row;
	  justify-content: space-between;
}
.db-xx > div:nth-child(2) > div > p {
	font-size: 18px;
}
.db-xx > div:nth-child(2) > div > ul {
	margin-top:18px;
}
.db-xx > div:nth-child(2) > div > ul li {
	margin-top:14px;
}
.dbba{
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #000824;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dbba p{
	font-size: 12px;
}
.db a{
	color: white;
}
.db a:hover{
	color:#266CFF ;
}