#nterim{
	overflow: hidden;
	height: 394px;	
}
#banner_img{
	transition: all 3s ease; 
	height: 394px; 
	width:100%;
}
#effect{
	width: 100%;
	height: 394px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: white;
	background:rgba(44,44,44,0.4);
	padding-top: 9%;
}
#effect h1{
	font-size: 24px;
}
#effect h4{
	margin: 20px 0;
	font-size: 24px;
}
.level{
	background: #0180FF;
	width: 4%;
	border: 2px solid #0180FF;
	margin: auto;
	margin-bottom: 20px;
}
#tatis{
	margin: 40px 0;
}
.online{
	font-size: 12px;
	color: #999999;
}
#tatis .feedback{
	width: 80px;
	height: 1px;
	background: #0081FF;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.portunity{
	font-size: 30px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 15px;
}
#radios ul{
	overflow: hidden;
	margin: auto;
	width: 466px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#radios ul li{
	float: left;
	margin-right: 40px;
	height: 20px;
	align-items: center;
	display: -webkit-flex;
	cursor:pointer;
}
#radios ul li:nth-child(5){
	float:right;
	margin-right: 0;
}
#radios ul li img{
	margin-right: 10px;
}
#sumb{
	width: 120px;
	height: 40px;
	background: #0081ff;
	border-radius:5px;
	color: white;
    border: 1px solid white;
}
#forminp{
	width: 620px;
	margin: auto;
}
#contentOne{
	display: none;
}
#forminp .nameinp{
	width: 300px;
	height: 44px;
	margin-right: 20px;	
	padding: 0 5px;
}
#forminp p{
	margin-bottom: 19px;
}
#inputtext div{
	float: left;
}
#inputtext textarea{
	width: 400px;
	height: 108px;
	resize:none;
	padding: 5px;
}
#inputtext{
	overflow: hidden;
}
#forminp .content{
	width: 300px;
	height: 44px;		
	padding: 0 5px;
}
#map{
	width: 1200px;
	margin: auto;
	margin-bottom: 40px;
}
#container{
	width: 1200px;
	height: 350px;
	margin: auto;
}
#map div p{
	margin-bottom: 4px;
}
#map div{
	background: #2C2C2C;
	color:white ;
	height: 100px;
	padding: 20px 60px;
	position: relative;
	margin-top: 20px;
}
#map div .worktime{
	position: absolute;
	right: 60px;
	top:42px ;
	color: #0081FF;
}
.resume a{
	color:  #0081ff;
}
#mixedlife{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	color: white;
	margin-top: 40px;
}
#mixedlife .mask{
	float: left;
	position: relative;
	overflow: hidden;
}
#mixedlife .mask .di_no{
	width: 300px;
	position: absolute;
	top: 0;
	background: rgba(49,47,48,0.9);
	height: 100%;
	padding:0 16px;
	display: none;
	text-align: justify;
}
#mixedlife .mask .di_no p{
	margin-bottom: 6px;
}
#workenvironment p{
	margin: 40px 0;
	color: #666666;
}
#workenvironment{
	margin-bottom: 80px;
}
.twoAppimg{
	display: none;
}
#mixedlifeApp{
	display: none;
}
.tolast{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index: 9999;
}
.content-hint{
	background:rgba(51,51,51,1)!important;opacity:0.8;
	font-size:16px;font-family:MicrosoftYaHei;color:#fff;
	width: 260px;
	height: 100px;
	border-radius: 2%;
	margin: 0 auto;
	margin-top: 15%;
}
.content-hint p {
	width:100%;
	text-align: center;
	font-size:14px;
	border-bottom:1px solid #cccccc;
	height: 30px;
	line-height: 30px;
}
.content-hint .hint-shows{
	padding:30px 20px 30px 20px;
	text-align: center;
}
.hint-show{
width:100%;
color:red;
font-size:14px;
text-align: center;
display: none;
}
.hintred{
	border:1px solid red;
	color:red;
}
.hintred::-webkit-input-placeholder{
	color:red;
}