@charset "utf-8";
/* CSS Document */
*{
	margin:0; padding:0; 
}
#wrap{
	width: 100%;
}
#banner{
	width: 100%;
    height: calc(100vw/3.047);
	background:url(../img/bannerPC.jpg) no-repeat;
	background-size: 100% 100%;
}
#neirongwk{
	width: 100%;
}
#dkzb{
	display: none;
}
#dk01{
	width: 100%;
	height: calc(100vw/2.112);
	background:url(../img/dk01-1.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk02{
	width: 100%;
	height: calc(100vw/1.300);
	background:url(../img/dk02.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk03{
	width: 100%;
	height: calc(100vw/1.632);
	background:url(../img/dk03.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk04{
	width: 100%;
	height: calc(100vw/1.068);
	background:url(../img/dk04.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk05{
	width: 100%;
	height: calc(100vw/0.960);
	background:url(../img/dk05.jpg) no-repeat;
	background-size: 100% 100%;
}
#dk06{
	width: 100%;
	height: calc(100vw/1.212);
	background:url(../img/dk06.jpg) no-repeat;
	background-size: 100% 100%;
}
#dkzt{
	display: none;
}
#footer {
	width: 100%;
	height: calc(100vw/6);
	background:url(../img/footerPC.jpg) no-repeat;
	background-size: 100% 100%;
}