@font-face{
	font-family:EL;
	src:url("../font/HansKendrickV-Regular.ttf");
}
body,html{
	width: 100%;
	height: 100%;
	font-family:"Myriad Set Pro","Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	-webkit-overflow-scrolling : touch;  
}
@media (min-width:768px){
	body{
		font-size: 12px;
	}
}
@media (max-width:991px){
	.intters_address_all{
		text-align: center;
	}
}
@media (max-width:767px){
	body{
		font-size:10px;
	}
	.Intter_Us	.Us_name{
		transform: translateY(0);
	}
	.intters_production_content a{
		font-size: 18px !important;
	}
	.intters_production_content li{
		padding: 0;
	}

}
@media (max-width:455px){ 						     .intters_production_content a{
		font-size: 17px !important;
	}
}
@media (max-width:375px){ 						     .intters_production_content a{
		font-size: 16px !important;
	}
}
@media (max-width:350px){ 						     .intters_production_content a{
		font-size: 14px !important;
	}
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
ul{padding: 0}
li{list-style:none;}
.margin0{
	margin:0 !important;
}
.padding0{
	padding:0 !important;
}
.paddingLR{
	padding-left:0 !important;
	padding-right:0 !important;
}
.borderB{
	border-bottom:#aaaaaa solid 1px; 
}
.verticalCenter{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.intters_head{
	height: 6.666em;
	width: 100%;
	background: #00A4FF;
	/* opacity: 0.8; */
	position:absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.intters_logo{
	display: inline-block;
	width:8em;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	left: 2em;
}
.intters_logo img{
	width: 8em;
}
.nav_buttom{
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	right: 1em;
	left:auto;
}
.nav_buttom span{
	width: 100%;
	height: 3px;
	background: white;
	display:block;
	margin-bottom: 10.5px;
	transition:all  ease 0.5s;
	transform-origin: 13% -42%;
}
.nav_buttom:hover span{
	background:#ff3030;
}
.nav_buttom span.first{
	transform: rotate(45deg);
    transform-origin: 0px 12px;
}
.nav_buttom span.tow{
	transform-origin: center;
	transform: scaleX(0);
}
.nav_buttom span.three {
	transform: rotate(-45deg);
    transform-origin: 0px -8px;
}
.intters_nav{
	width: 100%;
	height: 100%;
	background: #00A4FF;
	position: absolute;
	transition:transform ease-out 0.5s;
	transform: translateY(-100%);
	z-index: 1;
	left: 0;
}
.intters_nav.nav_show{
	transform: translateY(0%);
}
.intters_nav{
	text-align: center;
	padding-top:6.666em; 
}
.intters_nav_list{
	
}
.intters_nav a{
	font-size:2em;
	color: white;
	display: inline-block;
	line-height: 2.5em;
	font-weight: 100;
	position: relative;
}
.intters_nav a:after{
	content: attr(data-text);
	display: block;
	width: 0%;
	height: 100%;
	background:#00A4FF;
	color: #ff3030;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: width ease 0.4s;
	white-space: nowrap;
}
.intters_nav a:hover:after{
	width: 100%;
}
/*以上是导航栏*/
.intters_body{
	height: 100%;
	overflow: auto;
	padding-top: 6.6666em;
}
.intters_body::-webkit-scrollbar  
{  
    width: 0;  
}  

/*以下是页面首标题*/
.pages_title {
	font-size: 3em;
	color:#051627;
	text-align: center;
	font-family: EL;
	position: relative;
}
.pages_title:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 2px;
	background: #ff3030;
}
.pages_title_subtitle{
	text-align: center;
	color: white;
	font-size: 1.2em;
	font-family: "微软雅黑"
}
/*以下是页脚*/
.intters_foot{
	background:#00A4FF;
	color: white;
	margin: 0;
	text-align: center;
	padding: 2em 0;
}
