@charset "utf-8";
/* CSS Document */
.page {
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 100;
	float: left;
	clear: both
}
a {
	color: #000;
}
.footer {
	display: flex;
}
.solution-2 {
	margin-bottom: 2rem;
}
.works {
	position: relative;
	width: 100%;
	padding: 20vh 0 0 0;
}
.works img {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	pointer-events: none;
}
.works h1 {
	width: 100%;
	text-align: center;
	font-size: 0.6rem;
	font-weight: 300;
}
.works h2 {
	width: 100%;
	text-align: center;
	font-size: 0.3rem;
	font-weight: 300;
	margin-bottom: 5vh;
}
.case {
	width: 100%;
	height: auto!important;
	height: 0;/**/
	min-height: 0;
	padding: 7vh 0;
	background-image: url("../images/m/service-left-img.jpg");
	background-size: cover;
	text-align: center;
	position: relative;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0px;
}
.case-mac {
	width: 70%;
	height: auto;
	margin: 0 15%;
}
.case-more {
	margin: 0 35%;
	width: 30%;
}
.case-txt {
	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 2vh;
	float: left;
	clear: both;
}
.case-txt h3 {
	width: 100%;
	text-align: center;
	font-size: 0.6rem;
	font-weight: 300;
}
.case-txt h4 {
	width: 100%;
	text-align: center;
	font-size: 0.3rem;
	font-weight: 300;
}
.information {
	padding: 138px 8% 0 8%;
}
.information-title {
	text-align: center;
	font-size: 2.2vw;
}
.information-title .sub-title {
 padding-top:calc(100vw*0.01);
	font-size: 1vw;
	font-weight: 200;
 margin-bottom: calc(100vw*0.014);
}
.information-nav {
	display: flex;
	justify-content: center;
 margin-bottom: calc(100vw*0.038);
}
.information-nav-item {
	text-decoration: none;
	color: #000;
	width: 25%;
	height: auto;
	line-height: 2.5;
	text-align: center;
	font-size: 0.35rem;
	font-weight: 300;
	margin: 0.4rem 0.3rem;
	box-sizing: border-box;
	border: 0.01rem solid #ccc;
}
.information-nav-item.active {
	border-bottom: 0.03rem solid #ccc;
}
.information-tab {
	margin-bottom: 0.8rem;
	overflow: hidden;
}
.information-photo-wall {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
}
.hiddens {
	display: none;
}
.information-photo-wall-item {
	width: 100%;
	cursor: pointer;
}
.information-photo-wall-item .img-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.information-photo-wall-item img {
	width: 100%;
	display: block;
	transition: all 0.5s ease-out;
	pointer-events: none;
}
.information-photo-wall-item:hover img {
	transform: scale(1.2);
}
.information-photo-wall-item .text-wrap {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 0.5rem 0.8rem 0.8rem 0.8rem;
}
.information-photo-wall-item .en {
	font-size: 6px;
	margin-bottom: 1%;
}
.date {
	font-family: ariblk;
	font-size: 0.4rem;
	color: #333;
	margin-bottom: 0.5rem;
}
.date span {
	color: #ffe300;
	font-family: ariblk;
	font-size: 0.4rem;
}
.en {
	color: #BDBDBD;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.05rem;
	transform-origin: 0 0;
	transform: scale(0.7);
	letter-spacing: 3px;
	display: inline-block;
	margin-bottom: 1%;
}
.information-photo-wall-item .line {
	width: 0.3rem;
	height: 0.05rem;
	background-color: #808080;
	margin-bottom: 3%;
}
.information-photo-wall-item .title {
	font-size: 0.5rem;
	margin-bottom: 3%;
	font-weight: 300;
}
.information-photo-wall-item .title2 {
	font-size: 0.5rem;
	font-weight: 700;
}
.information-photo-wall-item .dec {
	font-size: 0.35rem;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 300;
	color: #666;
}
.information-photo-wall-item .dec3 {
	font-size: 0.4rem;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 300;
	color: #666;
	margin-bottom: 0.2rem;
}
.information-photo-wall-item .dec2 {
	font-size: 0.4rem;
	line-height: 1.8;
	text-transform: uppercase;
	font-weight: 300;
	color: #333;
	border-top: 0.02rem #eee solid;
	border-bottom: 0.02rem #eee solid;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	margin-bottom: 0.4rem;
}
.information-more {
	text-align: center;
}
