@charset "utf-8";
body{
	overflow-x: hidden;
}
#header .menu ul li.n_06 a span.en {
	color: #fff;
	border-bottom: 3px solid #fff;
}
#header .menu ul li:hover a span.en{
	border-bottom: 0;
}

.contact_information{
	overflow: hidden;
	margin-top: 0px;
	height: 800px;
	background: #000 url(../img/contact_information.jpg) center center no-repeat;
}
.title {margin-top: 100px; position: relative;}
.title .bg{
	position: absolute;
	left: 0;
	width: 43%;
	height: 200px;
	background: rgba(255,255,255,0.3);
}
.title .con{
	position: relative;
	z-index: 1;
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}
.title .con h2{
	background: #4382df;
	color: #FFFFFF;
	font-size: 36px;
	width: 40%;
	padding: 40px;
	height: 100px;
	margin-top: 50px;
}

.box{
	margin: 0 auto;
	width: 1160px;
	position: relative;
}
.box .block{
	top: 100px;
	position: absolute;
	color: #fff;
	width: 300px;
	height: 240px;
	float: left;
	background-color: rgba(0,0,0,.75);
	background-position: right 20px bottom 10px;
	background-size: 50px;
	background-repeat: no-repeat;
	border-radius: 6px;
	padding: 20px;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box .block h2{
	font-weight: normal;
	margin-bottom: 20px;
}

.box .address{
	left: 30px;
	background-image: url(../img/icon_03.png) ;
}
.box .mail{
	left: 430px;
	background-image: url(../img/icon_02.png) ;
}
.box .tel{
	left: 810px;
	background-image: url(../img/icon_01.png) ;
}
.box .block:hover{
	background-color: rgba(67,130,223,0.9);
	width: 340px;
	height: 280px;
	top: 80px;
	margin-left: -20px;
	background-size: 70px;
}

@media screen and (max-width: 768px) {
	.contact_information{
		overflow: hidden;
		margin-top: 0px;
		height: auto;
		background: #fff;
		padding-bottom: 30px;
	}
	.title {margin-top: 0px; position: relative;}
	.title .bg{
		display: none;
	}
	.title .con{
		position: relative;
		z-index: 1;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.title .con h2{
		background: #4382df;
		color: #FFFFFF;
		font-size: 22px;
		width: 100%;
		padding: 20px;
		height: auto;
		margin-top: 50px;
	}
	
	.box{
		margin: 0 auto;
		width: 100%;
		position: relative;
		padding: 0 10px;
	}
	.box .block{
		margin-bottom: 10px;
		top: 20px;
		position: relative;
		color: #fff;
		width: 100%;
		height: auto;
		float: none;
		background-color: rgba(0,0,0,.75);
		background-position: right 20px bottom 10px;
		background-size: 50px;
		background-repeat: no-repeat;
		border-radius: 6px;
		padding: 20px 20px 70px;
		text-align: left;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.box .block h2{
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	.box .address{
		left: 0px;
		background-image: url(../img/icon_03.png) ;
	}
	.box .mail{
		left: 0px;
		background-image: url(../img/icon_02.png) ;
	}
	.box .tel{
		left: 0px;
		background-image: url(../img/icon_01.png) ;
	}
	.box .block:hover{
		background-color: none;
		width: 100%;
		height: auto;
		top: 20px;
		margin-left: 0px;
		background-size: 50px;
	}	
}