/*
    Document   : espcms_v5div
    Created on : 2014-3-25, 15:08:48
    Author     : huangqyun
    Description:
        Purpose of the stylesheet follows.
*/
html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	background:#E5F3FE url(../images/bg.jpg) repeat-x left -65px;
}
body {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 988px;
}
.head_botton{width: 100%}

.espcms_botton{height:40px;border-bottom:1px #fff solid;background-color: #3375b9}
.espcms_botton ul.menubotton{height:40px;width:988px;overflow: hidden;margin: 0 auto;}
.espcms_botton ul.menubotton li{float: left;height:40px;line-height: 40px;cursor: pointer;*position: relative;z-index: 999;margin: 0px 0px;}
.espcms_botton ul.menubotton li.hover{background-color: #23a0e7}
.espcms_botton ul.menubotton li span{height: 40px;line-height: 40px;padding:0px 15px;display: block;*display: inline-block;}
.espcms_botton ul.menubotton li span.menuhover {height: 40px;line-height: 40px;color:#fff;background: #23a0e7;}

.espcms_botton ul.menubotton li ul.subnav {list-style: none;position: absolute;top:140px;*top:40px;*left: 0px;background: #23a0e7;margin: 0;padding: 0;width: 150px;color: #fff;z-index: 999;display: none;}
.espcms_botton ul.menubotton li ul.subnav li{margin: 0;clear: both;padding:0px 15px 0px 25px;width: 120px;height: 35px;line-height: 35px;text-align: left;cursor: pointer;background: url('../images/icon.gif') no-repeat 15px 15px;}


.lineAll2 {
	background: #FFFFFF;
	border: 1px solid #EBEAEA;
	float: left;
}