/*
 *
 *   INSPINIA - Responsive Admin Theme
 *   version 2.0
 *
*/
*{ 
	margin:0; 
	padding:0;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-moz-tap-highlight-color: rgba(255,255,255,0);
	-ms-tap-highlight-color: rgba(255,255,255,0);
	-o-tap-highlight-color: rgba(255,255,255,0);
	tap-highlight-color: rgba(255,255,255,0);
}
.clearfix:after{
	display:block;
	content:'';
	clear:both;
}
.recruit{
	position: relative;
	overflow: hidden;
}
.recruit section{
	height: 360px;
	margin-top: 100px;
}
.joblist{
	overflow: visible;
}
.joblist img{ 
	height: 100%;
}
.joblist li{
	position: relative;
	
}
.joblist img{
	transition: .4s all ease;
	-webkit-transform-origin:center bottom;
	-moz-transform-origin:center bottom;
	-o-transform-origin:center bottom;
	-ms-transform-origin:center bottom;
	transform-origin:center bottom;
}
.joblist #jobbox .PC_js:hover img{
	-webkit-transform:translate3d(-50%,-0px,0) scale(1.1);
	-moz-transform:translate3d(-50%,-0px,0) scale(1.1);
	-o-transform:translate3d(-50%,-0px,0) scale(1.1);
	-ms-transform:translate3d(-50%,-0px,0) scale(1.1);
	transform:translate3d(-50%,-0px,0) scale(1.1);
}



.joblist li:hover dl, #jobbox > li:hover > div{
	-webkit-transform: translate3d(-50%,-0px,0);
	-moz-transform: translate3d(-50%,-0px,0);
	-o-transform: translate3d(-50%,-0px,0);
	-ms-transform: translate3d(-50%,-0px,0);
	transform: translate3d(-50%,-0px,0);
	opacity: 1;
}



.toRight,.toLeft{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: translate3d(-0px,-50%,0);
	-moz-transform: translate3d(-0px,-50%,0);
	-o-transform: translate3d(-0px,-50%,0);
	-ms-transform: translate3d(-0px,-50%,0);
	transform: translate3d(-0px,-50%,0);
	
}

.toRight{
	right: 0;
	background-image: url(../img/icon-right.png);
}

.toLeft{
	left: 0;
	background-image: url(../img/icon-left.png);
}

#jobbox img{
	margin:0 auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translate3d(-50%,-0px,0) scale(1);
	-moz-transform: translate3d(-50%,-0px,0) scale(1);
	-o-transform: translate3d(-50%,-0px,0) scale(1);
	-ms-transform: translate3d(-50%,-0px,0) scale(1);
	transform: translate3d(-50%,-0px,0) scale(1);
}


.joblist dl, #jobbox > li > div{
	border-radius: 3px;
	position: absolute;
	top: -180px;
	left: 50%;
	background: rgba(238, 236 ,236, .7);
	padding: 10px 18px;
	box-sizing: content-box;

	-webkit-transform: translate3d(-50%,-40px,0);
	-moz-transform: translate3d(-50%,-40px,0);
	-o-transform: translate3d(-50%,-40px,0);
	-ms-transform: translate3d(-50%,-40px,0);
	transition: 0.4s all ease;
	opacity: 0;
	z-index: 1;
}

#jobbox > li > div{
	width: 15.285em;
}

.joblist dt{
	font-size: 8px;
	line-height: 28px;
	font-weight: normal ;
	color: #666;
	height: 16px;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.joblist dd{
	font-size: 8px;
	line-height: 28px;
	width: 214px;
	color: #666;
}
.joblist ul{ 
	margin: 0 auto;
	padding-left:0; 
}

#news_box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
	
}

#news_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition:.4s all cubic-bezier(0.46, -0.15, 0, 1.44);
	-moz-transition:.4s all cubic-bezier(0.46, -0.15, 0, 1.44);
	-o-transition:.4s all cubic-bezier(0.46, -0.15, 0, 1.44);
	-ms-transition:.4s all cubic-bezier(0.46, -0.15, 0, 1.44);
	transition:.4s all cubic-bezier(0.46, -0.15, 0, 1.44);

	background: rgb(222, 222, 222);
	opacity: .5;
}

#news_box #news_content{
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;

	background: #fff;

	-webkit-transform:translateY(300%);
	-moz-transform:translateY(300%);
	-o-transform:translateY(300%);
	-ms-transform:translateY(300%);
	transform:translateY(300%);
	opacity:0;

	-webkit-transition:.4s all ease;
	-moz-transition:.4s all ease;
	-o-transition:.4s all ease;
	-ms-transition:.4s all ease;
	transition:.4s all ease;
	

	
}

#news_close{
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/close.png) no-repeat center center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#news_scroll{
	width: 6px;
	height: 90%;
	position: absolute;
	top: 50%;
	right: 5%;
	background: #ccc;
	border-radius: 5px;
	display: none;

	-webkit-transform:translate3d(0,-50%,0); 
	-moz-transform:translate3d(0,-50%,0); 
	-o-transform:translate3d(0,-50%,0); 
	-ms-transform:translate3d(0,-50%,0); 
	transform:translate3d(0,-50%,0); 

}

#news_scroll div{
	width: 6px;
	background: #000;
	border-radius: 5px;
}
#news_title{
	width: 90%;
	height: 10%;
	position: absolute;
	top: 5%;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	-moz-transform: translate3d(-50%,0,0);
	-o-transform: translate3d(-50%,0,0);
	-ms-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);

	text-align: center;
}

#news_title h2{
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#news_title div{
	text-align: right;
	color: #333;
}

#wrapper{
	width: 90%;
	height: 80%;
	position: absolute;
	top: 55%;
	left: 50%;
	overflow: hidden;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

#news_section{
	position: static;
	padding-top: 6em;
	padding-bottom: 20px;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	-moz-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
}
.contact #map{
	position: absolute;
	bottom: 0;
	background-size: cover;
	background-image: url(../img/map.jpg);
	background-repeat: no-repeat;
	background-position: center center; 
}

.hidden{
	-webkit-transform:translateY(300%) !important;
	-moz-transform:translateY(300%) !important;
	-o-transform:translateY(300%) !important;
	-ms-transform:translateY(300%) !important;
	transform:translateY(300%) !important;
	opacity:0 !important;
}
.show{
	-webkit-transform:translateY(0) !important;
	-moz-transform:translateY(0) !important;
	-o-transform:translateY(0) !important;
	-ms-transform:translateY(0) !important;
	transform:translateY(0) !important;
	opacity:1 !important;
}
#no_content{
	text-align: center;
	font-size: 12px;
	color: 666;
	line-height: 26px;
	height: 26px;
}

.down .phone_menu{
	height: 56px;
	

}

.phone_menu{
	float: right;
	/*width: 86px;*/
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;

} 

.phone_menu ul{
	width:86px;
	background-color: inherit;
	position: absolute;
	top: 100%;
	right: 0;


	transition:.4s all ease;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.phone_menu .to_hidden{
	-webkit-transform:translate3d(110px,0,0);
	-moz-transform:translate3d(110px,0,0);
	-o-transform:translate3d(110px,0,0);
	-ms-transform:translate3d(110px,0,0);	
	transform:translate3d(110px,0,0);	
}

.phone_menu ul li{
	line-height: 3em;
	float: none !important;
	text-align: center;
}
.down .phone_menu ul li{
	background: #fff;
}
.menu_bg{
	/*position: absolute;*/
	width: 100%;
	margin-right: 30px;
	/*height: 112px;*/
	transition:.5s height ease;
	text-align: center;
}
.down .menu_bg{
	height: 56px;
}


#loading{
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111111111;
}
#scroller img{
	max-width: 100%;
}

#loading div{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

#loading div b{
	font-size: 28px;
	height: 28px;
	line-height: 28px;
	float: left;
	font-weight: normal;
}
#loading div span{
	height: 28px;
	width: 28px;
	border-left:2px solid green;
	border-top:2px solid green;
	border-radius: 50%;
	float: left;
	-webkit-animation: .6s loadingFlash linear infinite;
	-moz-animation: .6s loadingFlash linear infinite;
	-o-animation: .6s loadingFlash linear infinite;
	-ms-animation: .6s loadingFlash linear infinite;
	animation: .6s loadingFlash linear infinite;
}

#map span{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0,.4);
}

.content_us_box{
	position: absolute;
	width: 65%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.content_us_box h2{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.content_us_box .address_box div{
	box-sizing: border-box;
	float: left;
	width: 33.3%;
	height: 60px;
	position: relative;

	border: 1px solid #fff;
	border-right: none;
}

.content_us_box .address_box div p{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-height: 100%;
	word-break: break-all;
	text-align: center;
	text-overflow:ellipsis; 
	-webkit-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	text-overflow:ellipsis;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.content_us_box .address_box div:last-child{
	border-right: 1px solid #fff;
}

#job_for_email{
	position: absolute;
	left: 50%;
	bottom: -70px;
	-webkit-transform: translate3d(-50%,0,0);
	-moz-transform: translate3d(-50%,0,0);
	-o-transform: translate3d(-50%,0,0);
	-ms-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	background: #8bc400;
	font-size: 12px;
	color: #fff;
	padding: 6px 20px;
	line-height: 18px;
	border-radius: 15px;
}

#job_for_email:hover,#job_for_email:active{
	background: #00948c;
}

#service_video_mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
}

#service_video_box{
	width: 80%;
	height: 90%;
	position: fixed;
	border-radius: 14px;
	overflow: hidden;
	top:5%;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	-moz-transform: translate3d(-50%,0,0);
	-ms-transform: translate3d(-50%,0,0);
	-o-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	background: black;
}

.service_video_title{
	height: 15%;
	position: relative;
}

.service_video_title>span{
	font-size: 30px;
	color: #00756F;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	font-weight: bold;
	text-align: center;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.service_video_content{
	height: 85%;
	box-sizing: border-box;
	padding: 15px 0;
}

.service_video_content>video{
	width: 100%;
	height: 100%;
}

#close_video{
	position: absolute;
	top: 14px;
	right: 14px;
	overflow: hidden;
	width: 22px;
	height: 22px;
	transition: opacity .5s ease 0s;
	text-indent: -999px;
	opacity: .8;
	background: url(../img/exit.png) 0 0 no-repeat;
	background-size: contain;
	cursor: pointer;
}


@media(min-width: 700px){
	.job_js{
		width: 15.285em !important;
	}
}

@media(max-width: 700px){
	.servers ul li{
		width: 49%;
	}

	.contact #map{
		min-height: 44%;
	}

	.content_us_box .address_box div{
		width: 100%;

		border: 1px solid #fff;
		border-bottom: none;
	}

	.content_us_box .address_box div:last-child{
		border-bottom: 1px solid #fff;
	}
}

@-webkit-keyframes loadingFlash {
	to{
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes loadingFlash {
	to{
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes loadingFlash {
	to{
		-ms-transform: rotate(360deg);
	}
}

@-o-keyframes loadingFlash {
	to{
		-o-transform: rotate(360deg);
	}
}

@keyframes loadingFlash {
	to{
		transform: rotate(360deg);
	}
}

.copyright {
	color: #fff;
	margin: 10px 0;
	text-align: center;
}
.copyright a {
	color: #fff;
}

