
@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html, form, body
{
	padding: 0px;
	margin: 0px;
	font-family: PingFang SC, "微软雅黑", Arial, Helvetia;
}  
@media (max-width: 414px) {
   body
   {
   	font-size:14px; 
   	}
}
@media  (min-width: 415px) and (max-width: 767px) {
   body
   {
   	font-size:16px; 
   	}
}

 
@media (min-width: 768px) and (max-width: 991px) {
    body
   {
   	font-size:18px;
   	}
}

@media (min-width: 992px) {
    body
   {
   	font-size:20px;
   	
   	}
}
body,html 
{
	padding:0px;
	margin:0px;
	text-align:center;
	color:#646464;
	overflow-x:hidden;  
} 
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
	font-family:"PingFang SC";
	src: url("../../fonts/PingFang Medium.ttf");
	font-weight: normal;
	font-style: normal;
}
.fl
{
	float:left;
	}
.fr
{
	float:right;
	} 
.load_navlist
{
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:100%;
	background: lightslategrey;
	display:none;
	overflow-x:hidden;
	}
.load_navlist_line
{
	line-height:50px;
	font-size:1.2em;
	width:240px; 
	-moz-border-radius: 25px; /* Gecko browsers */
	-webkit-border-radius: 25px; /* Webkit browsers */
	border-radius: 25px;  
	margin:5px -25px 0px 30px;
	cursor:pointer;
	overflow: hidden;
	}
	
.load_navlist >.selectbg
{
	background-color:#1440e0; 
}
.load_navlist_line_txt
{
	text-align:left; 
	color:#ffffff;
	margin-left:70px;
	}
.home_logo
{
	background-image:url(../images/home_logo.png);
	background-repeat: no-repeat;
	background-position-x: 30px;
	background-position-y: center;
	}
.pro_logo
{
	background-image:url(../images/pro_logo.png);
	background-repeat: no-repeat;
	background-position-x: 30px;
	background-position-y: center;
	}
.case_logo
{
	background-image:url(../images/case_logo.png);
	background-repeat: no-repeat;
	background-position-x: 30px;
	background-position-y: center;
	}
.user_logo
{
	background-image:url(../images/user_logo.png);
	background-repeat: no-repeat;
	background-position-x: 30px;
	background-position-y: center;
	}
  
/* .try_logo
{
	background:url(../images/try_logo.png) center no-repeat;
	width:26px;
	height:50px;
	margin-left:30px; 
	} */
/* .news_logo
{
	background:url(../images/news_logo.png) center no-repeat;
	width:26px;
	height:50px;
	margin-left:30px; 
	} */
.page
{
	position:absolute;
	left:0px;
	top:0px; 
	width:100%;
	}
.top
{
	width:100%;
	height:70px;
	background:url(../../images_new/e_logo_new.png) center no-repeat #fff;
	
	}
.loadnav
{
	height:70px;
	width:60px;
	float:left;
	background:url(../images/loadlogo.png) center no-repeat;
	cursor:pointer;	
	}
.loadnav1
{
	height:70px;
	width:60px;
	float:right;
	background:url(../images/tel.png) center no-repeat;
	cursor:pointer;	
	}

.prolist
{ 
	width:100%;
	max-width:1000px;  
	}	

.bottom
{
	clear: both;
	width: 100%;
	text-align: center;
	background: #252a36;
	overflow: hidden;
	padding: 12px 0;
	}
.bottom_comp
{
	cursor:pointer;
	width:73px;
	height:26px;
	margin:20px auto 10px auto;
	background:url(../images/bottom_comp.png) no-repeat;
	display: none;
	}
.bottom_line
{ 
	width:100%;
	line-height: 20px;
	font-size:0.8em;
	color: #ccc;
	}
