@charset "utf-8";
@import url('doReset.css');

html,
body {width:100%;height:100%;box-shadow: none;}
body {
	line-height: 1.7; 
	
}
html.fix {overflow-y: hidden;}
body.fix {overflow-y: hidden;}
#page {width:100%;height:100%;box-shadow: none;position:relative;min-width:320px;}
#page {margin: 0; padding: 0;}
#withusGroup {
	top:0;
	position: fixed; 
	overflow: hidden; 
	width:100%;
	height:100%;min-height:100%;max-height:100% !important;
	z-index:400;
	background:rgba(32,32,32,1);
}

#withusGroup .withusSet {
	position: relative; 
	width:100%;
	height:100%;
	/*display:table;*/
}
#withusGroup .withusClose {
    position: absolute;
    right:0px; top:0px;
	width:60px; height:60px; background: url('/imgs/common/btn_close.png') no-repeat 0 0;
	z-index:10;

}
#withusGroup .withusClose a{ display: block;width:60px;height:60px;}
#withusGroup .withusClose a span{
    text-indent: -9999px;
	overflow: hidden;
}
#withusGroup .visualCover {
	position:absolute;
	left:0;right:0;
	width:100%;
	height:100%;
	/*background:rgba(0,0,0,1) url('/imgs/group/withus.png') no-repeat center center;*/
	background:rgba(0,0,0,1);
	z-index:20;
}
#withusGroup .visualCover .logoBox {
	display:table;
	position:relative;
	width:100%;
	height:100%;
	padding:0px 0 0;
	vertical-align:middle;
	text-align:center;
}
#withusGroup .visualCover .logoBox .logoCell {
	display:table-cell;
	position:relative;
	vertical-align:middle;
	text-align:center;
}
@media (max-width: 1024px) {
	#withusGroup .visualCover .logoBox .logoCell img {
		width:360px;
	}
}
@media (max-width: 640px) {
	#withusGroup .visualCover .logoBox .logoCell img {
		width:260px;
	}
}
#withusGroup .withusItem {
	position: relative;
	float: left;
	display:table-cell;
	width:33.3333333%;
	height: 100%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-left: 1px solid rgba(0,0,0,1);
}
#withusGroup .withusItem:first-child{border-left: 0;}
#withusGroup .withusItem:last-child{position: absolute;right:0;}

#withusGroup .withusItem a {
	width: 100%;
	height: 100%;
	color:#fff;
	display: table;	
}
#withusGroup .withusItem .inner {
	position: relative;
	display: table-cell;
	width:100%;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}
#withusGroup .withusItem .txt {
	position:relative;
	display:inline-block;
	border:double 6px rgba(255,255,255,0);
	padding:30px;
	background:rgba(0,0,0,0);	
	webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;
}

#withusGroup .active .txt {
	border:double 4px rgba(255,255,255,1);
	background:rgba(0,0,0,.8);
}

#withusGroup .withusItem h1 {
	position:relative;
	font-size:46px;
	line-height:110%;
	font-weight:500;
	margin-top: 15px;
	padding:20px 0;
}
#withusGroup .withusItem h2 {
	font-size:20px;
}
#withusGroup .withusItem h3 {
	font-size:16px;
	line-height:150%;
}
#withusGroup .withusItem h1:before {
	content: '';
	width: 20px;
	height: 1px;
	background: rgba(255,255,255,1);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
#withusGroup .withusItem .overlay {
	position: absolute;
	left:0;top:0;right:0;bottom:0;
	width:100%;height: 100%;
	z-index: 1;
	background:rgba(0,0,0,.5);
}

@media screen and (max-width: 1024px) {
	#withusGroup .withusItem h1 {
		font-size:30px;
	}
}

@media screen and (max-width: 768px) {
	#withusGroup .withusItem {
		position: relative;
		float: none;
		display:table-row;
		display:block;
		width:100% !important;
		height:33.333333%;
		border-left: none;
		border-top: 1px solid rgba(0,0,0,1);
	}
	#withusGroup .withusItem:first-child{border-top: 0;}
	#withusGroup .withusItem:last-child{position:relative;right:auto;}
	#withusGroup .withusItem .txt {
		padding:20px;
		border:double 4px rgba(255,255,255,1);
		background:rgba(0,0,0,.8);
		min-width:160px;
	}
	#withusGroup .withusItem h1 {
		font-size:26px;
		margin-top:8px;
		padding:10px 0 0;
	}
	#withusGroup .withusItem h2 {
		font-size:13px;
	}
	#withusGroup .withusItem h3 {
		display:none;
	}
	#withusGroup .withusItem .overlay {
		background:rgba(0,0,0,0);
	}
}
