html,
body {
	width: 100%;
	height: 100%;
}

.returnProvince {
	position: absolute;
	right: 0;
	top: -44px;
	font-size: 16px;
	color: #D68B6B;
	background: #FDE2DD;
	border: 0;
	padding: 0;
	width: 120px;
	height: 30px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.home {
	height: 100%;
	width: 100%;
	background-image: url(../img/background.png);
	//filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	background-size: 100% 100%;
	background-attachment: fixed;
	text-align: center;
}

#common_content1 {
	padding-top: 3%;
}

.logo_box {
	margin-bottom: 3%;
}

.common_content1_layout {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.topul{
	float:left
}
.topul li {
	float: left;
	width: 260px;
	height: 210px;
	cursor: pointer;
	list-style: none;
}

.topul li .imgspan {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 90px;
	margin-top: 42px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.topul li .spantext {
	line-height: 40px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	text-align: center;
}

.marrige {
	width: 540px !important;
	height: 210px !important;
	background: linear-gradient(0deg, #F68F8F, #FC5959);
	box-shadow: 0px 2px 6px 0px rgba(38, 1, 1, 0.15);

}

.marrige>div {
	width: 268px;
	margin: 0 auto;
}

.marrige>div .imgspan {
	margin-top: 55px;
	line-height: 100px;
}

.marrige>div .spantext {
	margin-left: 20px;
	line-height: 210px;
}

.divorce {
	background: linear-gradient(0deg, #5BC3F3, #0D9DDF);
	box-shadow: 0px 2px 6px 0px rgba(8, 4, 57, 0.15);
	width: 260px;
	margin-left: 20px;
}

.receive_marriage {
	background: linear-gradient(0deg, #F3A994, #F67854);
	box-shadow: 0px 2px 6px 0px rgba(35, 10, 3, 0.15);
	margin-right: 20px;
	width: 260px;
}

.receive_divorce {
	background: linear-gradient(0deg, #1FE6F0, #00BACB);
	box-shadow: 0px 2px 6px 0px rgba(35, 10, 3, 0.15);
	width: 260px;
}

.certification {
	background: linear-gradient(0deg, #A9A3F3, #7A71F2);
	box-shadow: 0px 2px 6px 0px rgba(8, 4, 57, 0.15);
	margin-left: 20px;
	width: 260px;
}

.reservation_results {
	background: linear-gradient(0deg, #EFDF86, #F1B455);
	box-shadow: 0px 2px 6px 0px rgba(3, 37, 52, 0.15);
	margin-left: 20px;
	width: 260px;
}

.inquiry_archives {
	background: linear-gradient(0deg, #F493BE, #EE6193);
	box-shadow: 0px 2px 6px 0px rgba(38, 1, 1, 0.15);
	margin-left: 20px;
	width: 260px;
}

.footer_box {
	width: 600px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.copyright_box {
	font-size: 12px;
	text-align: left;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	line-height: 14px;
}

.copyright {
	margin-right: 30px;
}

.footer_box p {
	padding: 0;
}

.oftenproblem {
	position: fixed;
	top: 50%;
	right: 0;
	text-align: center;
	width: 60px;
	height: 110px;
	background-color: #F06D6C;
	color: #FFFFFF;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
}

.oftenproblem img {
	margin-top: 16px;
}

.oftenproblem p {
	font-size: 16px;
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
