@charset "UTF-8";
/* CSS Document */
/*----------------------------*/
#m-img{
	position: relative;
	height: 900px;
	background: url("img/home/m-img.jpeg");
	background-size: cover;
	background-position: center;
}
.m-img-box{
	position: relative;
	width: 100%;
	height: 300px;
	vertical-align: middle;
}
.m-img-box h2{
	position: absolute;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	color: #ffffff;
	text-shadow: 1px 2px 3px #808080;
}
.class1{
	
}
.class2{
	
}
.class3{
	
}
/*------------------------------*/
.box-a{
	padding: 100px 0 60px;
}
.mark1{
	text-align: center;
}
/*--------------------------------*/
.box-b{
	padding: 30px 0 160px;
}
.sr-table{
	width: 1000px;
	margin: 50px auto;
	border-collapse: collapse;
}
.sr-table caption{
	display: block;
	width: 250px;
	height: auto;
	margin-bottom: 30px;
	padding: 7px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #0276C9;
}
.sr-table tbody{
	border: 1px solid #000000;
}
.sr-table tr{
	border-bottom: 1px solid #000000;
}
.sr-table tr th{
	width: 80px;
	padding: 15px 25px;
	text-align: left;
	vertical-align: middle;
	background: #006eb0;
	color: #FFFFFF;
}
.sr-table tr td{
	width: 460px;
	padding: 15px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	vertical-align: middle;
	line-height: 1.4;
}
.sr-title{
	display: block;
	width: 250px;
	height: auto;
	margin-bottom: 30px;
	padding: 7px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #0276C9;
}
.sr-list{
	width: 1000px;
	margin: auto;
	list-style: none;
}
.sr-list li{
	width: 500px;
	margin: 10px 0;
	padding: 15px;
	background: #006eb0;
	color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
}
/*----------------------------*/
.box-c{
	padding: 90px 0;
}
.box-d{
	padding: 70px 0 120px;
}
.company-deta{
	display: block;
	width: 800px;/* 800px */
	margin: 40px auto 0;/* 40px auto 0*/
	border: 1px solid #ACACAC;
	border-collapse: collapse;
}
.company-deta tr{
	display: block;
	width: 100%;
	border-bottom: 1px solid #ACACAC;
	line-height: 1.5;
}
.company-deta tr:last-child{ 
	border-bottom:none; 
}
.company-deta th{
	width: 160px;/* 160px */
	padding: 20px 0;/* 20px 0*/
	text-align: center;
	font-weight: normal;
	background: #f5f5f5;
	vertical-align: middle;
}
.company-deta td{
	width: 640px;/* 640px */
	padding: 20px 30px;/* 20px 30px */
}
.img-snap{
	display: flex;
	flex-direction: row;
	width: 900px;
	margin: 40px auto;
	list-style: none;
}
.img-snap li{
	width: 420px;
	height: 520px;
	margin: 15px;
}
.img-snap li img{
	width: 100%;
	height: auto;
}
.google-maps {
position: relative;
padding-bottom: 40%;
height: 0;
overflow: hidden;
filter: grayscale(100%);
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}