﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-size: 12px;
	font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft Yahei', 黑体, 宋体, Arial, Simsun, Helvetica, sans-serif;
	background-color: #fff;
}
.fl {float:left;}
.fr {float:right;}
.fc {float:none;clear:both;}
a:link {text-decoration:none;color:#000000;}
a:visited {text-decoration:none;color:#000000;}
a:hover {text-decoration:none;color:#000000;}
a:active {text-decoration:none;color:#000000;}
img{border:none;} 

/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}

.opacity07{
	filter:alpha(opacity=70);       /* IE */
	filter:"alpha(opacity=70)"; /* IE 8 */
	-moz-opacity:0.7;              /* 老版Mozilla */
 	-khtml-opacity:0.7;              /* 老版Safari */
	opacity: 0.7; /* 支持opacity的浏览器*/
 }
ul li{list-style:none;}
.inner {
	width:960px;
	margin:0 auto;
	position:relative;
	
}
.footer_frame{
width: 100%;
height: 327px;
border: none;
}

/*   top 的设置*/
#header {
 
	font-size: 16px;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 1000;
	text-align: center;
	height: 110px;
	border-bottom: 1px solid #eee;
	font-style: normal;
	font-weight: normal;
}


.iner_height{
height: 25px;
/*background-color: #0196FD;*/

}
.telephone{
width: 100%;
height: 25px;
background-color: #f2f2f2;
}
.com_tip{
width: 190px;
height: 25px;
/*background-color: pink;*/
position: absolute;
right: 30px;
}
.div_tel{
float: right;
width: 350px;
height: 25px;
box-sizing: border-box;
text-align: center;
line-height: 25px;

}
.div_tel span
{
   font-size: 16px;
	/*font-style: italic;*/
	font-weight: normal;
	font-family:'微软雅黑';
	color: #3299ff;
}

#healthmgr {
	
	background: url(images/cloud.png) left center no-repeat;
	height: 25px;
	margin: 0;
	padding-left: 40px;
	line-height: 25px;
	
}
#healthmgr a{
	float: righ;
	font-size: 14px;
	/*font-style: italic;*/
	font-weight: normal;
	font-family:'微软雅黑';
	color: #000000;
}
#healthmgr a:hover {
	color: #288cd6;
	border-bottom: 1px solid #288cd6;
}

.div_tel a{
	float: right;
	font-size: 14px;
	/*font-style: italic;*/
	font-weight: normal;
	font-family:'微软雅黑';
	color: #000000;
}



#healthmgr a:hover{
	color:#288cd6;
	padding-bottom:5px;
	border-bottom: 1px solid #288cd6;
}

#home {
	width: 310px;
	height: 31px;
	display: block;
	/*background: url(../images/logo.png) no-repeat;*/
	/* background: url(../images/img_index/logo.png) no-repeat; */
	margin-top: 25px;
	/*background-color: yellow;*/
	float: left;
}

.ul-lst {
	float: left;
	list-style-type:none;
	margin-top:25px;
	
	font-size:20px;
	/*background-color: yellow;*/
	margin-left: 100px;
}
#header li{
	
}
.lst-item-a {
    text-decoration:none;
    font-size: 20px;
    font-family: "微软雅黑";
    color:#000000;
    display:inline-block;
    width:110px;
}
.lst-item-a:hover{
    
	color:#e60012;
	padding-bottom:5px;
	/*border-bottom: 3px solid #288cd6;*/
}


.producthide{
	width:200px;
	background:#fff;
	opacity:0.8 ;
	border-top: 3px solid #3299ff;
	position: absolute;
	top: 110px;
	display: none;
}
.producthidetext{
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #0e050a;
	font-family: 微软雅黑;
	cursor: pointer;
}
.platform_title_span {
	font-size: 26px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
    margin-left: 38px;
    font-family: 微软雅黑;
    vertical-align: middle;
}

* {
	margin:0;
	padding:0;
	list-style:none;
}
.wrap {
	height:450px;
	width:960px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}
.wrap ul {
	position:absolute;
}
.wrap ul li {
	margin:0;
	padding:0;
	width:960px;
	height:450px;
	float:left;
}
.wrap ul li img{
	float:left;
	margin:0;
	padding:0;
	width:960px;
	height:450px;
}

.wrap ol {
	position:absolute;
	left: 420px;
	bottom:10px;
}
.wrap ol li {
	height:10px;
	width:10px;
	background:#ddd;
	border:1px solid #969591;
	border-radius:50%;
	margin-left:5px;
	color:#959490;
	float:left;
	text-align:center;
	cursor:pointer;
}
.wrap ol .on {
	background:#8F9E9E;
	color:#fff;
}
.index_part01{
    background-color:#f2f2f2;
	height:450px;
	width: auto;
}