@charset "utf-8";
/* CSS Document */
/*全局样式*/
body { font-family:"微软雅黑"; font-size:62.5%; color:#333;}
* { margin:0px; padding:0px; list-style:none;}
.clear { clear:both;}
a { color:#333; text-decoration:none;}
a:hover { color:#0069ad; text-decoration: none;}
ul { list-style:none; margin:0px; padding:0px;}
img { border:0px; max-width:100%;}

/*首页头部*/
#top{
	width:100%; 
	height:auto; 
	padding:15px 0px; 
	-moz-box-shadow:1px 1px 4px 0px #777; 
	-webkit-box-shadow:1px 1px 4px 0px #777; 
	box-shadow:1px 1px 4px 0px #777; 
}
#top .logo{
	width: 80%;
	margin:0 auto;
}
#top img { 
	width:100%;
}
#banner{
	width: 100%;
	height: auto;
}
#service{
	width: 100%;
	height:auto;
	padding: 15px 0px;
}
#service .biaoti01{
	width: 100%;
	height: auto;
}
.biaoti01 img{
	width: 90%;
	display: block;
    margin:0 auto;
}
.value01,.value02{
    width: 28%;
	height: 28%;
	float: left;
	padding:5% 11%;
}
.value03,.value04{
	width: 28%;
	height: 28%;
	float: left;
	padding:0% 11% 5% 11%;
}
.value img{
	width: 90%;
}
.value01,.value02,.value03,.value04, span{
	font-size: 1.2em;
	color: #666;
	text-align:center;
	line-height: 180%;
}
#function{
	width: 100%;
	height: auto;
}
#function .tupian{
	width: 80%;
	margin:0 auto;
	display: block;
}
.f-text{
	width: 90%;
	display: block;
	margin:0 auto;
	margin-top: 20px;
}
.f-text img{
	width:1.2em;
	height:1.2em;
	padding-right: 10px;
	padding-top: 5px;
}
.f-text .title{
	font-size: 1.6em;
	color:#0888a4;
}
.f-text span{
	font-size: 1.3em;
	color: #999;
}
#advertising{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
#footer{
	width: 100%;
	background-color: #323232;
	height: 100%;
	padding: 15px 20px;
}
.address li .title{
    font-size: 1.5em;
    color:#f4f4f4;
    line-height: 25px;
}
.address li span{
    font-size: 1.2em;
    color:#919191;
    line-height: 19px;
}
.address .neirong{
    padding-top: 7px;
}
.bottom{width:100%;height:auto;background:#0888a4;bottom:0;left:0;position:fixed;z-index:999999;}

.bottom ul li{ width:25%; float:left; text-align:center;}

.bottom ul li img{ display:block; margin:1.2em auto; width: 50%; height: 50%;} 
.bottom em{ width:1px; height:50px; background:#fff;   top:1.2em; position:absolute;}

.bottom .jg1{  left:25%;  }
.bottom .jg2{  left:50%;  }
.bottom .jg3{  left:75%;  }