@charset "utf-8";
/* CSS Document */


.fslist{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex: wrap;
}

.fs10pad{
	box-sizing:border-box;
	overflow:hidden;
}

.fs400box{
	width:400px;
	box-sizing:border-box;
	overflow:hidden;
}

.fs515box{
	width:515px;
	box-sizing:border-box;
	overflow:hidden;
}

.fs450box{
	width:450px;
	box-sizing:border-box;
	overflow:hidden;
}

.fs350box{
	width:350px;
	box-sizing:border-box;
	overflow:hidden;
}

.fs560box{
	width:560px;
	box-sizing:border-box;
	overflow:hidden;
}

.fs240box{
	width:240px;
	box-sizing:border-box;
	overflow:hidden;
}



.fsimg_01{
	width:240px;
}



.fs_hanbai{
	width:530px;
}

.fs_scene{
	width:303px;
}

@media screen and (max-width:768px){
	.fs10pad{padding:10px;}
	.fs400box{width:100%;}
	.fs515box{width:100%;}
	.fs450box{width:100%;}
	.fs350box{width:100%;}
	.fs560box{width:100%;}
	.fs240box{width:100%;}
	.fsimg_01{width:100%;}
	.fs_hanbai{width:95%;}
	.fs_scene{width:100%;}
}





.fsbtn{
	width:100%;
	height:30px;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	display:block;
	background-color:#ff7d3d;
	text-align:center;
}

.fsbtn a{
    text-decoration:none;
	color:#ffe402;
    width:100%;
	height:100%;
	display:block;
}

.fsbtn a:hover{
	color:#fff;
	text-decoration:none;
    width:100%;
    background-color:#ff0000;
}


.fsbtn2{
	width:100%;
	height:50px;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	display:block;
	background-color:#006bcf;
	text-align:center;
}

.fsbtn2 a{
    text-decoration:none;
	color:#fff;
    width:100%;
	height:100%;
	display:block;
}

.fsbtn2 a:hover{
	color:#fff;
	text-decoration:none;
    width:100%;
    background-color:#003a70;
}