.intters_banner{
	width: 100%;
	height: 600px;
	background: url(../img/intters_index_01.png) center center no-repeat;
	background-size: cover;
}
/*以上是首屏*/
.intters_title{
	text-align: center;
	font-size: 7em;
	position: relative;
	font-weight: 100;
	color: #051627;
}
.intters_title span{
	font-size: 0.35em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left:0;
	margin: auto;
	background: white;
	line-height: 1em;
	height: 1em;
	color: #ff3030;
}
.intters_serevr_content{
	text-align: center;
}
.intters_server_icon_c span{
	width: 10.4167em;
	height: 10.4167em;
	display: block;
	margin: 0 auto;
	/*background:url(../img/intters_icon.png) center center no-repeat;
	background-size: cover;*/
}
/*span.webBuild{background-position: left;}
span.e-commerce{background-position: -10.75em;}
span.UI{background-position: -42.75em;}
span.shoot{background-position: -53.8333em;}
span.hardware{background-position: -64.5em;}
span.MiniProgram{background-position: -21.4167em;}*/
.intters_server_icon_c li{
	margin-top: 3em;
}
.intters_server_icon_c p{
	font-size: 1.3em;
	color:black;
}
/*以上是服务*/

.AboutUs{
	background: #f5f5f5;
	padding-bottom: 4em;
}
.AboutUs_title span{
	background: #f5f5f5;
}
.Intter_Us li{
	margin-top: 3em;
}
.Intter_Us>li>div{
	width:23em;
	height: 35.8333em;
	position: relative;
	overflow: hidden;
	background-color:#00A4FF;
	margin:0 auto;
}
.Us_name{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: white;
	font-size: 2em;
	background: rgba(0,0,0,0.3);
	transition: all ease 0.5s;
	transform: translateY(3em);
}
.Intter_Us li:hover .Us_name{
	transform: translateY(0);
}
.Intter_Us img{
	width: 100%;
	display: block;
}
.Us_name span{
	display: block;
	font-size: 0.8em;
}
.Intter_Us li>div{
	transition: all ease 0.3s;
}
.Intter_Us li>div:hover{
	transform: translateY(-1em);
	box-shadow: 0px 10px 72px #757575;
}
/*以上关于我们*/
.intters_history{
	text-align: center;
	padding-bottom: 3em;
}
.intters_history_list h1,.intters_history_list p{
	margin: 0;
}
.intters_history_list li{
	position: relative;
	padding:2.5em 0 2.5em 0;
}
.intters_history_list li:after{
	content: "";
	width: 20px;
	height: 2px;
	background:#ff3030; 
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.intters_history_list li:first-child:after{
	display: none;
}
.intters_history_list h1{
	font-size: 1.5em;
	color: #555555;
	font-family: EL;
}
.intters_history_list p{
	font-size: 1.3em;
	color: #545454;
	margin: 0.5em;
}
.more{
	display: inline-block;
	border:#555555 solid 1px;
	padding:0.2em 2em;
	color: #555555;
	font-size: 1.3em;
}
/*以上是intters大事件*/
.Enterprise_Culture{
	background: #f5f5f5;
	text-align: center;
}
.Enterprise_Culture_title span{
	background: #f5f5f5;
}
.Enterprise_Culture_content li{
	padding: 2.5em;
	position: relative;
}
.Enterprise_Culture_content li:after{
	content: "";
	width: 20px;
	height: 2px;
	background:#ff3030; 
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.Enterprise_Culture_content li:first-child:after{
	display: none;
}
.Enterprise_Culture_content h1,.Enterprise_Culture_content p{
	margin: 0;
}
.Enterprise_Culture_content h1{
	font-size: 1.5em;
	color: #555555;
}
.Enterprise_Culture_content p{
	font-size: 1.3em;
	color: #545454;
	margin: 0.2em;
}
/*以上是公司文化*/
