@charset "utf-8";
/* CSS Document */
*{
	margin:0; padding:0; 
}
body {
	background-color: #0041cd;
}
#wrap{
	width: 100%;
}
#banner{
	width: 100%;
    height: calc(100vw/2.591);
	background:url(../img/bannerPC.jpg) no-repeat;
	background-size: 100% 100%;
}
#neirongwk{
	width: 100%;
}
#dkzb{
	display: none;
}
#dk01{
	width: 100%;
	height: calc(100vw/1.373);
	background:url(../img/dk01.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk02{
	width: 100%;
	height: calc(100vw/0.751);
	background:url(../img/dk02.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk03{
	width: 100%;
	height: calc(100vw/1.003);
	background:url(../img/dk03.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk04{
	width: 100%;
	height: calc(100vw/1.326);
	background:url(../img/dk04.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk05{
	width: 100%;
	height: calc(100vw/1.449);
	background:url(../img/dk05.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk06{
	width: 100%;
	height: calc(100vw/0.583);
	background:url(../img/dk06.jpg) no-repeat;
	background-size: 100% 100%;
}
#dkzt{
	display: none;
}
#footer {
	width: 100%;
	height: calc(100vw/7.804);
	background:url(../img/footerPC.jpg) no-repeat;
	background-size: 100% 100%;
}